Skip to content

Code Style

roux g. buciu edited this page Apr 16, 2024 · 1 revision

Code Style

Code Style Guide

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.

Protocol Overviews

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.

Strings and Identifiers

Clone this wiki locally