11

Possible Duplicate:
Agile for the Solo Developer

I am going to be starting a project soon and plan to use as much of agile methods as I can (CI, TDD etc.). What have been people's experiences doing agile development when working solo? I want to get good practices in place now while its a one person team so when I scale up to having several people the basics are in place.

Zachary K
  • 10,413

4 Answers4

5

A facet of Agile would be KANBAN. I would use a KANBAN board to manage your workload and have your TO DO / IN PROGRESS / DONE swimlanes out on a wall. Just put up stickies for what needs to get done.

Also +1 for TDD

Agile Scout
  • 1,065
4

TDD is the easiest tool to use in a one person project or, as I do, in a bigger project where developers do debugging/unit testing.

mouviciel
  • 15,491
2

Yes

XP/TDD scales from one to one thousand. Pair programming is optional.

0

I would say try personal scrum..its an interesting way to speed up your 'any' kind of project even if only one person is envolved. may be check out http://blog.jgpruitt.com/tag/agile-methodology/

shaz
  • 39