18

"Make it work, then make it better."

Get your tests passing. Then refactor to improve it.

Comments
  • 0
    @rEaL-jAsE how does it encourage bad design?

    For me it has encouraged IoC, with highly testable classes that deal with specifically what they need to deal with. The class structure is well written, with clearly named methods etc, all refactored to maximise code reuse.
Add Comment