-
Notifications
You must be signed in to change notification settings - Fork 3k
Code Style
roux g. buciu edited this page Apr 16, 2024
·
1 revision
One of the best first steps when trying to clean up an old and messy codebase is to start to enforce consistency. We utilize Swiftlint to enforce many of the style rules we want to see in the project and any other rules that can’t be linted can be found in our style guide below. Both Swiftlint and the style guide are a work in progress so please bear with us while we nail these down.
As our application matures, we are moving towards standardizing how some code is written. Part of this is using protocols for certain common actions. These are the general protocols you should be aware of.