Thursday, September 7th, 2017
Velocity is the amount that can be completed in a sprint or feature development.
Retrospectives are team meetings which reflect on what has been and what needs to be accomplished.
What should be continued in the process?
What should be implemented or added?
What should be stopped?
Pair programming is the process of development where one person is driving the code and the other is the brains of the operation. I sort of think of it like an Air Traffic Controller and a Pilot where one person is the directing the operations while the other steering and making the physical moves.
Automated tests help discover edge cases in programs. These tests reduce the need for customer testing and allow for quick feedback.
Creating the MVP or Most Viable Product that is fully functional, instead of a product crammed with features but is very buggy.