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.
- 12+1: Someone's out sick, messing around on their workstation is probably going to be more cost than value. One person's already gone. Now another is wasting time trying to figure out what's going on. Huge management nightmare for no value. Until it's in source control, it never existed.S.Lott– S.Lott2011-01-11 12:17:34 +00:00Commented Jan 11, 2011 at 12:17
- 1If he's off for the day? Yup, for the rest of the week? Maybe, for a month? No chance. This is one of those nasty "shades of grey" problems... we're back, again, to commit early, commit often - so the patterns don't necessarily need to be workstations but use of version control, but clearly its something worth thinking about.Murph– Murph2011-01-11 12:48:22 +00:00Commented Jan 11, 2011 at 12:48
- 3@Murph: If the changes are committed somewhere every X days, the maximum amount of work that can be misplaced is X days' worth, and that's true no matter how long the developer is unavoidably out. The proper thing to do is to have policies about checking in frequently enough so that the amount of lost work is within acceptable bounds.David Thornley– David Thornley2011-01-11 16:04:07 +00:00Commented Jan 11, 2011 at 16:04
- 2@Guzica The mention of "If it's fully baked code that's ready for release, it should be in source control." While true it should also be in source control when a stopping point is reached. Taking the approach you mention is precisely why a developer hoards their code on a local machine until it is "fully baked".Aaron McIver– Aaron McIver2011-01-11 17:01:58 +00:00Commented Jan 11, 2011 at 17:01
- 2Legalities aside, it's quite disrespectful to open up a machine to rummage through code. Bad management (not requiring regular commits) does not ease the disrespect. A partial solution is to store working copies on a network drive that can be accessed in emergencies.Paul Nathan– Paul Nathan2011-01-11 18:53:04 +00:00Commented Jan 11, 2011 at 18:53
| Show 6 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