Changes

Jump to: navigation, search

Make common coding rules - oop344 20113

676 bytes added, 16:38, 21 October 2013
no edit summary
Location : Study room #1132 in Seneca@York library <BR>
Time : 13:00 ~ 16:00<BR>Attendee : Soohyun Ahn, Nakgui Choi, Hyunsu Lee, Yunki Lee<BR>
Agenda and activity<BR>1. # Team page building<BR> - updated ## update team page<BR># Coding style <BR>## no tab key allowed <BR>## indent with 4 spaces <BR>## open { in the same line <BR>## close } in the next line <BR>## start else in the next line <BR>## 2.lines break for new function <BR>## each single object has its own type (except loop counter) <BR>## declare variable type only in prototype (not specify variables name)<BR>## using namespace cio<BR>## variables rules<BR>### start with flag p_, l_ (parameter, local)### start with lower character### use capital character for second word### remove vowel in variables except mandatory### no more than 3 words for one variable### # line use upper string for variable

Navigation menu