Testing the code path less travelled Posted on 2019 February 24 by Craig Goldman Do you always create test cases for the code path less travelled – the unusual code path that rarely occurs. Are you sure? On...
Your function bodies are too fat Posted on 2018 December 4 by Craig Goldman Without peeking, I’m willing to bet your function bodies are too fat. Your procedures are too big. They contain too much detail, too many...