Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 1.17 KB

File metadata and controls

37 lines (23 loc) · 1.17 KB

CP+B iOS Candidate Lab

Hello and thank you for taking the time to work on this lab!

This lab is an opportunity for us to have a conversation about practices, conventions, and workflow. It will also help us better understand you as a developer. Please use this as a way to communicate through your craft.

Workflow

  1. Fork this repo and clone to your computer.
  2. Create a new Xcode project.
  3. Allow yourself 2 hours, and work through the development tasks below.
  4. Please make atomic commits (commit often) as you progress.
  5. Be sure to provide useful commit messages to illustrate milestones and workflow.
  6. When finished, submit a Pull Request back to the 'master' branch of this repository.

Development

  • Make a calculator iPhone app with the following capabilities:
    • Addition
    • Substraction
    • Multiplication
    • Division
    • AC (All Clear)
    • C (Clear)
    • Decimal point entry and calculations

Bonus

Write unit tests for the project.

Notes

Use this area to communicate any thought processes, ideas, or challenges you encountered. If you run out of time you may explain here where you left off and any work or improvements that would still need to be done.