Top "Convention" questions

A generic tag covering any accepted method of doing things, which could include naming, spacing, coding, commenting, etc.

What are Best Practices for Maven Modules Naming?

Assuming that we have a project named project and modules module1 and module2, earlier I tend to use the following …

maven-2 naming convention
How do I check the equality of three values elegantly?

Say I have values a, b and c. I want to find out if they are equal. If I do …

go syntax equality readability convention