Sorry for my English
I think that sometimes it is necessary.
In my opinion search_result_list
, location_provider
are easier to read than searchresultlist
, locationprovider
.
What does the documentation say?
In Java you can use underscore ( _ ) in your package names and it conforms to Java naming conventions.
Package names are all lowercase, with consecutive words simply concatenated together (no underscores). For example, com. example.
Use the plural for packages with homogeneous contents and the singular for packages with heterogeneous contents.
Naming ConventionsPackage names are written in all lower case to avoid conflict with the names of classes or interfaces. Companies use their reversed Internet domain name to begin their package names—for example, com. example. mypackage for a package named mypackage created by a programmer at example.com .
Code Conventions could be found here!
I think code conventions are nothing to vary, so stick to such conventions if there exist any...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With