How to stop gold-plating and just be content to release working developments

Posted by Andy Bowskill on Programmers See other posts from Programmers or by Andy Bowskill
Published on 2012-10-06T15:17:24Z Indexed on 2012/10/06 15:51 UTC
Read the original article Hit count: 254

The development team that I'm a member of has recently adapted to work according to Agile practices. This has personally highlighted the fact that I can't stop myself gold-plating code (and documentation) and I consequently exceed original estimates, when I could've delivered solutions that meet the requirements much earlier.

I think my ethic is bordering on the obsessive in that I become too attached to my code and am rarely content to release before I've refactored and perfected it to the nth degree. I am happy that I have realised this but how can I change my attitude/mentality to be content with my progress and release on-time instead?

© Programmers or respective owner

Related posts about agile

Related posts about programming-practices