Skip to content

Eric Lefevre-Ardant on Java & Agile
Syndicate content
Eric's Earnest Elucidations
Updated: 4 hours 40 min ago

Name test methods with underscores

Mon, 06/17/2013 - 21:53
In production code, common coding standards for Java recommend writing method names in CamelCase. retrieveUserDetails() createABankAccount() This makes sense when those methods are called from our own code. It feels as if requests are being made to these objects (dear … Continue reading →
Categories: Blogs