Difference between revisions of "A Team - OOP344"
Cxatseneca (talk | contribs) (→Added a SVN user name) |
(→added SVN account to member list) |
||
Line 12: | Line 12: | ||
| Xu || Kai || [mailto:kxu9@learn.senecac.on.ca kxu9] || A || [http://kxu9.blogspot.com/ Blog] || kxu9 || kxu9 || [[Special:Contributions/RedCool | Contributions]] || Team Contact | | Xu || Kai || [mailto:kxu9@learn.senecac.on.ca kxu9] || A || [http://kxu9.blogspot.com/ Blog] || kxu9 || kxu9 || [[Special:Contributions/RedCool | Contributions]] || Team Contact | ||
|- | |- | ||
− | | Wang || Yu || [mailto:ywang268@learn.senecac.on.ca ywang268] || A || [http://ywang268.blogspot.com/ Blog] || ywang268 || | + | | Wang || Yu || [mailto:ywang268@learn.senecac.on.ca ywang268] || A || [http://ywang268.blogspot.com/ Blog] || ywang268 || ywang268 || [[Special:Contributions/lush | Contributions]] || |
|- | |- | ||
| Mo || Hsiu-Mei || [mailto:hmo6@learn.senecac.on.ca hmo6] || A || [http://hmo6.blogspot.com/ Blog] || hmo6 || not yet || [[Special:Contributions/hmo6 | Contributions]] || | | Mo || Hsiu-Mei || [mailto:hmo6@learn.senecac.on.ca hmo6] || A || [http://hmo6.blogspot.com/ Blog] || hmo6 || not yet || [[Special:Contributions/hmo6 | Contributions]] || |
Revision as of 08:54, 3 February 2010
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Team Members
Last Name | Name | Seneca Username | Section | Blog Url | IRC Nick | SVN ID | My Contributions | Role |
---|---|---|---|---|---|---|---|---|
Tong | Wei | wtong1 | A | Blog | wtong1 | wtong1 | Contributions | Team Contact |
Xu | Kai | kxu9 | A | Blog | kxu9 | kxu9 | Contributions | Team Contact |
Wang | Yu | ywang268 | A | Blog | ywang268 | ywang268 | Contributions | |
Mo | Hsiu-Mei | hmo6 | A | Blog | hmo6 | not yet | Contributions | |
Zhang | Shun Yao | syzhang4 | A | Blog | DownWind | syzhang4 | Contributions | |
Chen | Wen Fang | wfchen | A | Gwen's Blog | wfchen | wfchen | Contributions | |
Wang | Chun Xia | cxwang | A | cxwang's Blog | cxatseneca | cxwang | Contributions | |
Wang | Liang | lwang168 | A | Blog | lwang168 | not yet | Contributions |
SVN Account
oop344_101rep2
Team Announcement
Our first IRC meeting will on 20:00-22:00 27 Jan.(wednesday) Notes for meeting
Our second IRC meeting will on 20:00-22:00 6 Feb.(Saturday) Notes for meeting
Assignment 1 direct link click here
To all the team member!(Feb.02.2010)
<----Please "Check out" with svn://zenit.senecac.on.ca/oop344_101rep2 and verify your user name and password which informed in Fardad's email ---->
<----Please create your own working folder with your svn ID or some meanfull name in the trunk!---->
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.