Swift Conventions & Best Practices

Installation
SKILL.md

Swift Conventions & Best Practices

Naming Conventions

Files: PascalCase.swift

UserViewModel.swift
NetworkClient.swift
SessionManager.swift

Classes/Structs/Enums: PascalCase

class UserViewModel
struct User
enum NetworkError

Variables/Functions: camelCase

Related skills

More from kaakati/rails-enterprise-dev

Installs
GitHub Stars
8
First Seen