Java Naming Convention
Java Naming Convention
singular
They should always be singular. If your class is a container for several notes, then you should find a singular noun to describe the whole thing. I find that using singular nouns usually make it easier to reason about objects and the interactions between them.
An opinionated guide to naming your code, aimed at new developers
This post is licensed under CC BY 4.0 by the author.