Personal Agility - Your development practices
ByWe often look at Agile adoption from an organization level but what about adoption at a personal level> What does it mean for you as a developer to adopt Agile methodologies.
Let’s start with your own developement practices. What do you value as a developer? How have you improved your development practices over the last year?
Here are some practices that an Agile developer should adopt:
- Test Driven Development.
This is more then just writing unit test, it is having the unit test drive your development. - Code refactoring
Do you leave the code you work on more readable and easier to understand? - Code ownership
Do you take responsibility for what you do?
I am sure you can add to the list. The point is are you constantly trying to improve the way you develop software.