Tag: naming

  • Java naming conventions revisited

    Java naming conventions revisited

    Let’s go way back to basics for a second: Java naming conventions. I wrote a post a while back regarding how to compose the name for various Java items, like classes or variables. In this post i want to emphasize the naming conventions, which relate to the use of upper/lower/camel…

  • Better Test Code Principles: Use proper naming, for everything

    Better Test Code Principles: Use proper naming, for everything

    Naming is one of those underrated things when it comes to test automation code. Many times, when you look at variable or even test method names, they are not very suggestive and you have a hard time figuring out what their purpose is. In this post you will find a…

Blog at WordPress.com.