Saturday, July 9, 2011

Agile and Test driven

  1. Think before writing any code. Have a sketch in mediums other than code
  2. If you're not test-driven, think of the test scenario before coding. Take care about the error handling.
    • [JS] consider about the type passed in
  3. Prioritize the test scenario, make the code pass the tests by order.

No comments: