본문 바로가기

면접질문정리/Swift문법

[Swift] 메서드명을 지을때 get을 지향하라는 말은 출처가 어딜까 ?

https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingMethods.html#//apple_ref/doc/uid/20001282-1001751-BCIJHEDH

 

Naming Methods

Naming Methods Methods are perhaps the most common element of your programming interface, so you should take particular care in how you name them. This section discusses the following aspects of method naming: General RulesHere are a few general guidelines

developer.apple.com