margon09 / Release_OOSE_project

CalcMe app is a calculator for IOS platform
0 stars 0 forks source link

MVC #3

Open margon09 opened 10 years ago

margon09 commented 10 years ago

Since this app is based on a pre-rebuilt Model View Controller (MVC), there was no need to split the buttons into several other classes, as the code would not have been optimized.

liukiz commented 10 years ago

Simple operations (substraction, multiplication, division) could be implemented in one class and the other functions could be in different class.