Difference between revisions of "Code Hunters"

From CDOT Wiki
Jump to: navigation, search
(Coding Rules)
(Issues and Status)
Line 38: Line 38:
  
 
==Issues and Status ==
 
==Issues and Status ==
=== Issue description and/or number (1)===
+
==== 0.2 Milestone (Due Fri 9th)====
* Assigned to: [mailto:EMAILID@myseneca.ca FULLNAME]
+
# Add console class to project and test with cio_test  (issue 1)
* Code review by: [mailto:EMAILID@myseneca.ca FULLNAME]
+
# Create Mock-up classes
* Status:
+
#: Create the class files (header and cpp) with blank methods and make sure they compile
*: (being developed/pull request/being reviewed/pushed to master)
+
## CField Mock-up Class (issue 2.1)
* comments:
+
## CLabel Mock-up Class (issue 2.2)
*:
+
## CDialog Mock-up Class (issue 2.3)
=== Issue description and/or number (2)===
+
## CLineEdit Mock-up Class (issue 2.4)
* Assigned to: [mailto:EMAILID@myseneca.ca FULLNAME]
+
## CButton Mock-up Class (issue 2.5)
* Code review by: [mailto:EMAILID@myseneca.ca FULLNAME]
+
## CValEdit Mock-up Class (issue 2.6)
* Status:
+
## CCheckMark Mock-up Class (issue 2.7)
*: (being developed/pull request/being reviewed/pushed to master)
+
## CText
* comments:
+
### Add Text Class to the project (issue 2.8.1)
*:
+
### CText Mock-up Class (issue 2.8.2)
 +
## CCheckList Mock-up Class (issue 2.9)
 +
 
 
== Coding Rules ==
 
== Coding Rules ==
 
<pre>
 
<pre>

Revision as of 12:44, 5 November 2012

Team Name (Code Hunters)

Project Marking Percentage

  • due immediately

Group work:      45%        (25 <= xx <= 50)
Individual work: 55% +      (50 <= xx <= 75) 
-------------------------
Total           100%

Repository

  • repo Github id:

Team Members

Code Hunters Members
First Name Last Name Section Seneca Id GITHUB ID wiki id IRC nick Blog URL
Steven (Szu-Han) Chen B sschen4 chensteven chensteven chensteven Steven's Blog
Joshua Lane B jlane4 jlane4 Joshua Lane jlane4 Joshua Lane oop344
Bo Liu B bliu54 bobliuf Bo Liu bobliuf Boliu's blog
Stanislav Yeshchenko B syeshchenko syeshchenko Stanislav Yeshchenko stan_seneca Stan's OOP344 blog
Yun Yang B yyang154 hamumu Yun Yang hamumu yun's oop344

Issues and Status

0.2 Milestone (Due Fri 9th)

  1. Add console class to project and test with cio_test (issue 1)
  2. Create Mock-up classes
    Create the class files (header and cpp) with blank methods and make sure they compile
    1. CField Mock-up Class (issue 2.1)
    2. CLabel Mock-up Class (issue 2.2)
    3. CDialog Mock-up Class (issue 2.3)
    4. CLineEdit Mock-up Class (issue 2.4)
    5. CButton Mock-up Class (issue 2.5)
    6. CValEdit Mock-up Class (issue 2.6)
    7. CCheckMark Mock-up Class (issue 2.7)
    8. CText
      1. Add Text Class to the project (issue 2.8.1)
      2. CText Mock-up Class (issue 2.8.2)
    9. CCheckList Mock-up Class (issue 2.9)

Coding Rules

int main(){
   int var;   //All variables declared with own type
   int* var2;   //asterisk on pointer type

   if(...){
      var = 0;   //three spaces for indentation, check tab length in your editor
      }   //closing brace lined up with last line in block, brace gets own line
   else var = 1;

}   //comment end of functions and long code blocks

meetings

  • latest will be on top
  1. topic and date1
  2. topic and date2

discussions