Difference between revisions of "A Team - OOP344"

From CDOT Wiki
Jump to: navigation, search
(Team Coding Rules: add coding rule)
(Conventions and Styles */)
Line 38: Line 38:
 
== Team Coding Rules ==
 
== Team Coding Rules ==
  
===     Normal  0              false  false  false      EN-US  ZH-CN  X-NONE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Conventions and Styles ===
+
=== Conventions and Styles ===
  
 
* File heading : Please include a comment heading stating the file name, author, date create, and short description
 
* File heading : Please include a comment heading stating the file name, author, date create, and short description

Revision as of 01:58, 29 January 2010


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

Team Members

A Team - Member list
Last Name Name Seneca Username Section Blog Url IRC Nick SVN ID My Contributions Role
Tong Wei wtong1 A Blog wtong1 not yet Contributions Team Contact
Xu Kai kxu9 A Blog kxu9 not yet Contributions Team Contact
Wang Yu ywang268 A Blog ywang268 not yet Contributions
Mo Hsiu-Mei hmo6 A Blog hmo6 not yet Contributions
Zhang Shun Yao syzhang4 A Blog DownWind not yet Contributions
Chen Wen Fang wfchen A Gwen's Blog wfchen not yet Contributions
Wang Chun Xia cxwang A cxwang's Blog cxatseneca not yet Contributions
Wang Liang lwang168 A Blog lwang168 not yet Contributions

Email to this team

SVN Account

oop344_101rep2

Team Announcement

Our first IRC meeting will on 20:00-22:00 27 jan.(wednesday) Notes for meeting

Team Coding Rules

Conventions and Styles

  • File heading : Please include a comment heading stating the file name, author, date create, and short description
  • Function comment : Please include a comment above the function
  • Inline comment : Please use inline comment when the code is hard to understand.
  • Indent : Please indent all the code in same block. There will be no tab use.
  • Variables and function naming : follow Fordad's style.