Misc
In code, acronyms should be treated as words. For example:
BAD:
XMLHTTPRequest
String URL
findPostByIDGOOD:
XmlHttpRequest
String url
findPostByIdLast updated
Was this helpful?
In code, acronyms should be treated as words. For example:
BAD:
XMLHTTPRequest
String URL
findPostByIDGOOD:
XmlHttpRequest
String url
findPostByIdLast updated
Was this helpful?