/ios-formatting-quiz-1

A formatting quiz for iOS students

Primary LanguageSwift

iOS Formatting Quiz

The code.swift file was taken from an existing project. A new team member added a feature to it, but neglected to match the code style of their teammates. The new code was added between lines 56 and 77. A code reviewer on the existing team noticed 10 formatting, naming, or logic issues with the code that was added, but their computer suffered from catastrophic hardware failure, meaning they were unable to offer up the corrections that were necessary. As the latest new hire, it is up to you to fix it!

Instructions

  1. Fork this repo.
  2. Using the editing commands on GitHub, make the necessary corrections to the code.swift file. Only the method between lines 56 and 77 should be corrected.
  3. Submit a PR and add your regular TL as the reviewer.