Ruby Refactoring Kata – Tennis Game [series of YT videos]
Ruby Refactoring Kata – Tennis Game [series of YT videos] ~2 weeks ago I’ve decided to give a try to the Ruby Refactoring kata called Tennis Game. Those katas allow practicing refactoring, they usually come with mostly OK test coverage, so that you can focus on the code transformations.
Read Full Post | Make a Comment ( Comments Off on Ruby Refactoring Kata – Tennis Game [series of YT videos] )Finding Duplicate Code in Perl
I hacked out a rough “duplicate code finder” for Perl. It focuses on cut-n-paste code and has found more than I would have thought (even in my code!). If a developer changes variable names, it won’t find it, but if I hacked around with B::Deparse, I could fix that, too. 2012-12-120 by Ovid
Read Full Post | Make a Comment ( None so far )Toward Coding Without Conditionals
2012-05-24 by chromatic
Read Full Post | Make a Comment ( None so far )