SE401:33:Methodologies
Project Style
We will be using a hybrid Extreme Programming (XP) / Rational Unified Process (RUP) style:
- Involve some planning before coding (more than XP, a lot less than RUP).
- Requirements in the form of user stories.
- XP style programming
- Pair programming
- No Test Driven Development (TDD).
- Unit Testing will be performed when we think it is necessary (usually after completing a story). i.e never
- Functionality added in Iterations (A couple of weeks - Starting framework may take longer).