Skip to content
Venkatesan N edited this page Jul 25, 2015 · 1 revision

Naming conventions

  • Class names should be in CamelCase
  • Variable names should be in Hungarian notation.
    • eg: TextBox = txt_var_name
    • Buttons = btn_var_name.., etc

Clone this wiki locally