Find a catalogue of katas and do one everyday for a week. Focus on
picking the next smallest test. My guess is you'll do well with the
first couple of trivial tests, then write a big test and hash around
until it passes. When you find yourself hashing around, stop, delete
the test, and look for a test that lets you take a smaller step.
This blog will take you step by step through how to pick the "right"
next test. http://thecleancoder.blogspot.com/2010/10/craftsman-62-dark-path.html
--
Curtis Cooley
curtis...@gmail.com
blog:http://ponderingobjectorienteddesign.blogspot.com
===============
Leadership is a potent combination of strategy and character. But if
you must be without one, be without the strategy.
-- H. Norman Schwarzkopf
> --
> You received this message because you are subscribed to the Google Groups "software_craftsmanship" group.
> To post to this group, send email to software_cr...@googlegroups.com.
> To unsubscribe from this group, send email to software_craftsma...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/software_craftsmanship?hl=en.
>
--
CyberDojo - a game-server for practising the collaborative game called
software development.
Explained at http://jonjagger.blogspot.com/p/cyberdojo.html
Open-sourced at http://github.com/JonJagger/cyberdojo
Server probably at http://www.cyber-dojo.com
Video of Roman Numerals kata in Ruby at http://vimeo.com/15104374
cheers,
José