Hacker News new | ask | show | jobs
by BurningFrog 1400 days ago
The part of Agile a lot of people ignore is the phase when, after your code works, you spend as much time as it takes to make it well structured and readable to others.
1 comments

BTW, this is the Design Phase in XP!

You first write the code, then you design it. Genius!

If you think of code writing as a process of organizing your thoughts, exploring/understanding a domain, and articulating it iteratively (for code/run/debug loop), then your pithy comment seems perfectly rational.