naming-conventions.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [naming-conventions]

www.codever.land/bookmarks/t/naming-conventions

Should package names be singular or plural? - Software Engineering Stack Exchange

https://softwareengineering.stackexchange.com/questions/75919/should-package-names-be-singular-or-pl...

Use the plural for packages with homogeneous contents and the singular for packages with heterogeneous contents.

A class is similar to a database relation. A database relation should be named in the ...


Java Naming Conventions

https://www.oracle.com/technetwork/java/codeconventions-135099.html

Code Conventions for the Java Programming Language