The Ownership Of Code

In the traditional approach (called Waterfall) most developers never feel the owner of the code.

Why did this situation happen?

Because they haven’t any opinion about the technical issues related with the requirements. Business Analysts think and write uses cases (or other form to specify the requirements) to document each requirement. Then architects move all this information to technical level such as model of database and so on. Even more, there were some company (or maybe there are still companies working in this old way) that provide a framework to developers in order to standardized the development.

Scrum

In Scrum every team member can and have to contribute with his knowledge and experience during the Sprint Planning. During this ceremony each team member has to talk, discuss and argue with the Product Owner in order to help him to release the best value to the client. Furthermore, if developers realised about some issues with a legacy code (for instance) they have to speak up to the Product Owner to warn about it.

Fixing bugs

I used to work in a company where new developers have to deal with a huge technical debt and many of them feel sad about this situation because they never considered that code as own. Developers have to understand that working with a legacy code (or not) is the same that dealing with new project.

The code belongs to them!!

Refactoring

As soon as developers understand the ownership of the code they must do their best effort to clean the code. One of the best way to clean the code is every time they work in a piece of code they have to refactor this piece of code to remove redundant and illegible code.

To wrap it up, if you are working in a new project or updating (and fixing bugs) legacy code it’s your code and you (as developer or tester) have to worry about the quality of it!!

About the author

Mario Lucero

Freelance Agile / Lean Coach & Change Agent

www.agilelucero.com

He published many short ebooks on www.leanpub.com such as “The Agile Anti-Manager”

You can reach him on twitter: @metlucero

Gmail:

Skype: metlucero

Leave a Reply

Your email address will not be published. Required fields are marked *