Difference between revisions of "20131 OOP344-GoogleChrome-osomes"
(Added titles to team page) |
(→Discussions) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== Team Members == | == Team Members == | ||
+ | |||
+ | |||
+ | [mailto:phagan@myseneca.ca;gedamaren@myseneca.ca;jgovinthasamy@myseneca.ca;printal@myseneca.ca;?subject=oop344 Email to all members] | ||
+ | |||
+ | {| class="wikitable sortable" border="1" cellpadding="5" | ||
+ | ! First Name !! Last Name !! Team Name !! Section !! Seneca Id !! wiki id !! IRC nick !! GITHUB ID !! Blog URL | ||
+ | |- | ||
+ | |[[User:Phillip Hagna|Phillip]]||Hagan||[[N/A|Google Chrome-osomes]]||A||[mailto:phagan@myseneca.ca?subject=oop344phagan]||[[Special:Contributions/Phillip Hagan|Phillip Hagan]]||phil93||phagan|| [http://www.blogger.com/profile/08018375169535488366Phillip's Blog] | ||
+ | |- | ||
+ | |[[User:Gwendolyn Damaren|Gwendolyn]]||Damaren||[[N/A|Google Chrome-osomes]]||A||[mailto:gedamaren@myseneca.ca?subject=oop344gedamaren]||[[Special:Contributions/Gwendolyn Elaine Damaren|Gwendolyn Elaine Damaren]]||gedamaren||gedamaren||[http://gedamaren.wordpress.com/ Gwendolyn's C++ Blog] | ||
+ | |- | ||
+ | |[[User:Jayakumar Govinthasamy|Jayakumar]]||Govinthasamy||[[N/A|Google Chrome-osomes]]||A||[mailto:jgovinthasamy@myseneca.ca?subject=oop344jgovinthasamy]||[[Special:Contributions/Jayakmar Govinthasamy|Jayakumar Govinthasamy]]||jayzeuz||jgovinthasamy||[http://imeancoding.blogspot.ca Jayakumar's Blog] | ||
+ | |- | ||
+ | |[[User:Paul Roger Balbas Intal|Paul Roger]]||Intal||[[N/A|Google Chrome-osomes]]||A||[mailto:printal@myseneca.ca?subject=oop344printal]||[[Special:Contributions/Paul Roger Balbas Intal|Paul Roger Balbas Intal]]||printal||printal|| [http://pagercplusplus.blogspot.caPaGer is Object Oriented] | ||
+ | |- | ||
+ | |} | ||
== Programming Style == | == Programming Style == | ||
+ | ====Header safeguards==== | ||
+ | |||
+ | :<nowiki>#pragma once</nowiki> | ||
+ | :<nowiki>#ifndef CLASSNAME_H__</nowiki> | ||
+ | :<nowiki>#define CLASSNAME_H__</nowiki> | ||
+ | |||
+ | :... | ||
+ | :<nowiki>#endif</nowiki> | ||
+ | |||
+ | ====Title Naming Standards==== | ||
+ | |||
+ | :<nowiki>// classname.cpp</nowiki> | ||
+ | |||
+ | :<nowiki>//</nowiki> | ||
+ | |||
+ | :<nowiki>// Team Google Chrome-osomes</nowiki> | ||
+ | |||
+ | :<nowiki>// Date</nowiki> | ||
+ | |||
+ | :<nowiki>// Version #</nowiki> | ||
+ | |||
+ | |||
+ | |||
+ | ==Issues and Status == | ||
+ | |||
+ | === Issuename === | ||
+ | === Issue description and/or number (1)=== | ||
+ | * Assigned to: [mailto:EMAILID@myseneca.ca FULLNAME] | ||
+ | * Code review by: [mailto:EMAILID@myseneca.ca FULLNAME] | ||
+ | * Status: | ||
+ | *: (being developed/pull request/being reviewed/pushed to master) | ||
+ | * comments: | ||
+ | *: | ||
+ | |||
+ | |||
+ | |||
+ | == Discussions == | ||
+ | |||
+ | |||
+ | |||
+ | Good luck with the exam everybody! -Gwendolyn |
Latest revision as of 09:01, 14 April 2013
Contents
Google Chrome-osomes: Team 13
Team Members
First Name | Last Name | Team Name | Section | Seneca Id | wiki id | IRC nick | GITHUB ID | Blog URL |
---|---|---|---|---|---|---|---|---|
Phillip | Hagan | Google Chrome-osomes | A | [1] | Phillip Hagan | phil93 | phagan | Blog |
Gwendolyn | Damaren | Google Chrome-osomes | A | [2] | Gwendolyn Elaine Damaren | gedamaren | gedamaren | Gwendolyn's C++ Blog |
Jayakumar | Govinthasamy | Google Chrome-osomes | A | [3] | Jayakumar Govinthasamy | jayzeuz | jgovinthasamy | Jayakumar's Blog |
Paul Roger | Intal | Google Chrome-osomes | A | [4] | Paul Roger Balbas Intal | printal | printal | is Object Oriented |
Programming Style
Header safeguards
- #pragma once
- #ifndef CLASSNAME_H__
- #define CLASSNAME_H__
- ...
- #endif
Title Naming Standards
- // classname.cpp
- //
- // Team Google Chrome-osomes
- // Date
- // Version #
Issues and Status
Issuename
Issue description and/or number (1)
- Assigned to: FULLNAME
- Code review by: FULLNAME
- Status:
- (being developed/pull request/being reviewed/pushed to master)
- comments:
Discussions
Good luck with the exam everybody! -Gwendolyn