1
edit
Changes
no edit summary
== Project Marking Percentage ==
== Github Repository == * Github: (git@github.com:Seneca-OOP344/3-SeePP.git)* https://github.com/Seneca-OOP344/3-SeePP.git
== Coding Style ==
1.Naming Conventions
* Names representing types must be in mixed case starting with upper case.(example: SavingAccount)* Variable names must be in mixed case starting with lower case. (example: savingAccount)
2.Indentation and block layout