felixge / node-style-guide

A guide for styling your node.js / JavaScript code. Fork & adjust to your taste.
5k stars 915 forks source link

As the name abbreviations? #73

Closed batazor closed 9 years ago

batazor commented 9 years ago

Use: printHTML or printHtml (for variables) DB or Db (for class) MyXML or MyXML (for class)

batazor commented 9 years ago

I think you should use printXml (for function) and MongoDb (for class)