I’ve seen codebases that had old testValid2 style of test as well as fully fleshed out conversionReturnsNullOnEmptyString style. Working there made me apreciate proper naming. I know different test frameworks in different languages let you name the test separately, but it’s a bit of an effort duplication.
I’ve seen codebases that had old
testValid2
style of test as well as fully fleshed outconversionReturnsNullOnEmptyString
style. Working there made me apreciate proper naming. I know different test frameworks in different languages let you name the test separately, but it’s a bit of an effort duplication.