Chameleon

Chameleon Commit Details

Date:2010-01-17 14:00:14 (14 years 2 months ago)
Author:JrCs
Commit:14
Parents: 13
Message:Change the name of the convention used to declare variables
Changes:
M/branches/JrCs/coding_standards.txt

File differences

branches/JrCs/coding_standards.txt
5151
5252
5353
54
54
5555
5656
5757
but: if (fd < 0)
10. types, variables, functions, naming
non const variables should follow the (currently mostly used) following convention:
non const variables should follow the (currently mostly used) CamelCase convention:
int myVariableIsFine;
instead of :
int my_variable_is_ok;

Archive Download the corresponding diff file

Revision: 14