Skip to content

Coding Convention

kiwan edited this page Mar 7, 2017 · 2 revisions
  • Macro: separated by sentences and separated by _, And written in uppercase. (ex: EAT_APPLE_AND_BANANA)
  • Normal Function: Pascal notation (ex: EatAppleAndBanana)
  • Normal Variable: Hungarian notation
  • V8 Javascript Variable: Snake notation (Lowercase with _) (ex: eat_apple_and_banana)
Clone this wiki locally