If my class name contains any abbreviations, then what can I name?
Example: SomeDAO or SomeDao
Also, if any variable has abbreviations, what can I name?
Example: private String appUIDorprivate String appUID
private String appUID
Thanks!
From the code convention for java provided by oracle:
. , . - ( , , URL HTML
DAO , SomeDAO
wiki:
(, "XML" "HTTP" XMLHttpRequest). , (, XmlHttpRequest), , (, XMLHTTPRequest) . (, ExtensibleMarkupLanguageHyperTextTransferProtocolRequest).
, , .
, : com.x.y.XMLHttpReq com.x.y.XMLHTTPReq
, jar bin: Windows (case in-sensitive) - (, ) * NIX ( ) -
jar
bin
I would use applicationUniqueIdentyfier.
applicationUniqueIdentyfier