An interview prep/play app with a very narrow scope. Examples: (Debugging) “Find the bug” — see a short code snippet and tap the error (Swift Language Knowledge) “name that technique” — see a short code snippet and write, speak, or select the name of the technique shown
- SwiftLint rules are enforced
- Do not import any UI frameworks to TCAPracticeCore
- Do not commit directly to master. All features should be done in their own branch, and then merged to master via PR.