Swift for Beginners Part 18 - Naming Conventions

preview_player
Показать описание
iOS Academy offers the #1 course for iOS Development for Beginners. Learn to create iPhone and iPad apps from scratch. Everyone these days has an app idea; learn the important skill of making those apps, make yourself more marketable, change industries to get a different job, and enjoy the ride!

Рекомендации по теме
Комментарии
Автор

In swift snake_case is almost never used.
Always use camelCase for variables and functions or PascalCase for Classes, Struct, Enum, Protocols

PatricioBenavente
Автор

Just a note, the case in BigPerson is called Pascal case.

IbnKh
Автор

how to activate camel case in Xcode forr swift.

theharshpuniya