You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- +1 I can relate to everything you said. I was in a similar position a few weeks ago. Now we don't have phone but they knock the door anyway, even for stuff like:"hey guys, have you seen X around?" geez!jasonco– jasonco2011-01-12 00:40:47 +00:00Commented Jan 12, 2011 at 0:40
- 1You can set aside 'office hours' to avoid the interruptions. On call support is not a good idea.JeffO– JeffO2011-01-12 00:43:09 +00:00Commented Jan 12, 2011 at 0:43
- 2Agreed, also, semi-dysfunctional programmers don't make very good support people :)Homde– Homde2011-01-12 01:30:51 +00:00Commented Jan 12, 2011 at 1:30
- 10This a poor answer in my opinion. A Dev who NEVER does support can never learn how their decisions affect the user, good or bad. Just watching someone try to use the software can be a major wake up call, even if you think it's matching the specs. There are ways to mitigate the negative parts of it, rotating schedules amoung devs, help desk to handle the weedout calls so you are only supporting your app, etc. If you have a dev that 'is dysfunctional', have to wonder how useful they really are if they can't even talk to the user. Supervise if necessary, so they can learn.Jay– Jay2011-01-12 20:39:14 +00:00Commented Jan 12, 2011 at 20:39
- 1@BryanOakley: have a plan that will get tech support. While I still support my answer, it is unrealistic to expect a start up to have all personnel necessary for adequate customer support and development. I would still recommend that a developer's primary task is development - not customer support. The problem is that when a developer has close ties to a customer, the developer will either: (a) always be contacted directly by the customer instead of proper tech channels, or (b) end up developing specifically for that customer's needs rather than the broad scope of necessary development.IAbstract– IAbstract2013-07-12 18:28:53 +00:00Commented Jul 12, 2013 at 18:28
| Show 4 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you