Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 184 Bytes

File metadata and controls

19 lines (14 loc) · 184 Bytes

Misc

In code, acronyms should be treated as words. For example:

BAD:

XMLHTTPRequest
String URL
findPostByID

GOOD:

XmlHttpRequest
String url
findPostById