Working Solo On Small Projects: Cowboy Coding The Way To Go?

Posted by snicker on Stack Overflow See other posts from Stack Overflow or by snicker
Published on 2009-08-21T21:09:59Z Indexed on 2010/06/13 15:42 UTC
Read the original article Hit count: 303

I am a big advocate of agile methods when working on teams and/or large projects.

However, I find that for smaller projects, when working solo, I usually start the project writing unit tests, documenting extensively, refactoring. As time wears on, I stop because I feel like I'm wasting time. I find that cowboy coding with an agile spin (testing often, writing human readable code) often works extremely well for me on small, solo projects that I don't expect others to have to work with.

Do other people share my sentiment? Or do you think that one should never stick to their guns (get it? cowboys)?

So the real question: Are there any agile methodologies that are particularly tailored to a solo project? (other than my "agile cowboy" method above)

© Stack Overflow or respective owner

Related posts about agile

Related posts about solo-developer