Use specific examples to guide the development of the solution.
Use specific examples to guide the development of the solution.
Example mapping can help you think through ways to slice a story into independently deliverable pieces. Look for clusters of related scenarios - same variant, same persona, etc.
#CreateSimpleThingsInSmallSteps #ValidateBeforeDuringAndAfter #SoftwareDevelopment
Involve your quality assurance person in the creation of your acceptance criteria.
#ValidateBeforeDuringAndAfter #SoftwareDevelopment #KnowTheProblemYouAreSolving
If you don't have time to do it right, when will you have time to do it over? ~ John Wooden
#SoftwareDevelopment #excellence #BeMeticulousAboutComposition #ValidateBeforeDuringAndAfter
Pssst - Defects are under-realized value
#SoftwareDevelopment #excellence #BeMeticulousAboutComposition #ValidateBeforeDuringAndAfter
It is much harder to learn TDD alone than with a pair or while teaming. The individual learning is accelerated by group work.
#SoftwareDevelopment #WorkTogether #excellence #ValidateBeforeDuringAndAfter
Commenting out the assertions in your tests to "make them pass" is a road to pain and suffering.
If you don't know how you're going to test it, you cannot sincerely say the development is done.
"We can't write tests, we're too busy fixing defects.", is similar to, "We can't mend the fence, we're too busy chasing escaped cattle."
#SoftwareDevelopment #ValidateBeforeDuringAndAfter #excellence