Skip to content
killerwife edited this page May 11, 2021 · 5 revisions

Database:
database tables -> underscore_case
database columns -> CapitalCamelCase
SQL keywords -> CAPITAL
file numbering is different per database, but all are usually NUMBER_name_of_change.sql

Anything C++:
http://astyle.sourceforge.net/astyle.html
Old code in C++ utilized https://en.wikipedia.org/wiki/Hungarian_notation for variables however new code is slowly being converted to simple camelCase and m_memberVariable.

Clone this wiki locally