Thursday, November 5, 2009

Group meeting (Nov 5th)

To help our assignment successfully, we made rules for our group in the meeting.

Group rules:
1. Provide a mailbox and guarantee will check mail every day.
2. Respond for the group meeting schedule as soon as possible ( within 24hrs).
3. PLEASE DO NOT keep quiet during the meeting.
4. If there is no spec for the class, please make an empty cpp and header.

To follow Prof. Fardad's style, we also made some change with our coding style.
1. Function naming: someFunction();
lower first letter on function naming
2. Private and protected variable naming: int _top, bool _dynamic
adding underscore in front of variable

Since last time we have one class IO_Field() left, HongYong is taking care it, thanks to him.
For the new class IO_Vedit, we are looking for the volunteer.