Guilty Developer Syndrome
22ideastreet.com
Guilty Developer Syndrome
1–10 of 15 posts
Re: Guilty Developer Syndrome
#2Re: Guilty Developer Syndrome
#3Re: Guilty Developer Syndrome
#4Re: Guilty Developer Syndrome
#5You 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 programmer.
It seems all you can really do is give the sheepish grin and say "yeah, well, that was written at a very foolish time in my life..."
Re: Guilty Developer Syndrome
#6Re: Guilty Developer Syndrome
#7Re: Guilty Developer Syndrome
#8What 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 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.
Re: Guilty Developer Syndrome
#9Re: Guilty Developer Syndrome
#10I'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…
Feeling guilty shows that you've grown and that you know more today than you did when you built the system you're feeling guilty about. I'll take the guilty feeling as a side effect of growth when the alternative is stasis and stagnation.