Question

Ive been trying to find an answer to what I thought would be a basic question.

What software development methodologies are relevant for a single programmer.

The only one I can find is RAD.

When I've looked into others such as agile they require a team of people.

Could someone more clued up point me in the right direction.

I am just looking for any methodologies that a single programmer can do so I don't waste more hours trying to find the answers.

Was it helpful?

Solution

Development methodologies like agile can be applied in almost any context, including going "solo". You just have to take the best out of it and apply it to your needs.

For instance as a single programmer you can have a product backlog with your user stories, you can give them story points, plan your sprints, find your velocity, etc. In the end you'll be more organized and you'll improve your planning skills for sure. Hey, i'm not saying that you must have daily standup meetings with yourself! :)

This applies to all development methodologies/processes(RAD, DDD, TDD, ...) don't forget they're just ways of doing things.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top