If you never feel guilty/bad about any code you've ever left behind - never - there's something wrong with you. You shouldn't go through life apologizing for every line of code either, but there's a balance to be struck somewhere that probably shifts over time.
Guilty Developer Syndrome
11–15 of 15 posts
Re: Guilty Developer Syndrome
#12Re: Guilty Developer Syndrome
#13Re: Guilty Developer Syndrome
#14I've had this feeling before and I've worked with people who express this feeling. My question is, what is the alternative to having this feeling. You want to show that you are now knowledgable of better methods and you would like the criticizer to recognize that your mistakes are not ones that you are still making. Furthermore, you can't really blame the criticizer, they're just trying to help you become a better pr…
The alternative is to be a smug overconfident jerk who trots out outdated or sometimes entirely wrong justifications for ill considered design decisions. The alternative is being a developer who continues to do things day after day in bash and C because Perl and Python are "too heavyweight". Feeling guilty shows that you've grown and that you know more today than you did when you built the system you're feeling guilt…
Re: Guilty Developer Syndrome
#15What seems to happen with me is that I'm fairly happy with the initial release. Then as the changes start piling on, eventually one of them will require a major conceptual change. Of course that could take months, or you can put a band-aid on in 2 days. In this day and age of startup mentality I don't know many programmers who are afforded the luxury to spend months on a task that can be hacked in a few days. Anyway,…
This, to me, has a lot to do with the languages and tools used on a project - the more 'locked in' to a structure you are, the bigger that cost will be when something changes. This has been a concern of mine w.r.t. oop as implemented in C# (and by extension java), as the structure can be very costly to change down the line when the inevitable 'pivot' in implementation occurs.