What is the most painful development related mistake you have done and what you have learned?
Posted
by burak ozdogan
on Stack Overflow
See other posts from Stack Overflow
or by burak ozdogan
Published on 2010-01-15T10:44:38Z
Indexed on
2010/05/31
2:02 UTC
Read the original article
Hit count: 208
What is the most painful programming mistake you have done and what lesson you have learn after?
I guess mine was making a release to production on the development code which was not tested yet.
The lesson-learned:
Delete any projects that can trigger a release on the live application from CCTray. I only add them when a release to production is necessary since then. And once I am done, I delete them from my project lists.
© Stack Overflow or respective owner