Skip to content

Copyright Statement & Versioning

mcode10 edited this page May 18, 2019 · 5 revisions

Copyright Statement

Copyright ©2019 Manas Paranjape.

Versioning

0.1- The first working build of the iOS Calculator. Does not incorporate the single responsibility principle.

0.2- For now, a prototype, thus 0.2.

1.0- This is the first version to include the CalcEngine. This makes use of the SRP (see 0.1)

1.1- This version starts making use of switches and enums!

1.2- This version introduces a protocol for CalcEngine.

1.3- This improves the enum used by removing the default case, which was a little misleading. A side effect is the algorithm for the CalcEngine has changed. This is the current build. Enjoy!

Clone this wiki locally