How can I become more agile?

Posted by dough on Programmers See other posts from Programmers or by dough
Published on 2013-06-27T04:20:25Z Indexed on 2013/06/27 4:30 UTC
Read the original article Hit count: 409

The definition of an agile approach I've adopted is: working to reduce feedback loops, everywhere. I'd describe my Personal Development Process (PDP) as "not very agile" or "not agile enough"! I've adopted TDD, automated building, and time-boxing (using the Pomodoro Technique) as part of my PDP. I find these practices really help me get feedback, review my direction, and catch yak shaving earlier! However, what still escapes me is the ability to reduce feedback time in the ultimate feedback loop; regularly getting working software in front of the end user.

Aside from team-oriented practices, what can I do to personally become more agile?

© Programmers or respective owner

Related posts about programming-practices

Related posts about agile