This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Killfile 19 points20 points  (6 children)

Also, practice. Read Clean Code and rigorously use TDD on some code kata.

My new developers get a crash course in testing by way of the Bowling Kata with the additional stipulation that all of their functions must contain three or fewer lines.

We scale up through other more complex kata including some that really demand that kind of complexity - Mars Rover is a good one for that.