mirror of
https://github.com/sparrowcode/AlertKit.git
synced 2026-05-17 12:40:37 +00:00
436 B
436 B
Contributing
Here provided info about contribution process and recommendations.
Codestyle
Marks
For clean struct code good is using marks.
class Example {
// MARK: - Init
init() {}
}
Here you find all which using in project:
- // MARK: - Init
- // MARK: - Lifecycle
- // MARK: - Layout
- // MARK: - Public
- // MARK: - Private
- // MARK: - Internal
- // MARK: - Models
- // MARK: - Ovveride