Writing Readable Code - Swift API Design Guidelines
This course will give you a good baseline for what makes code easy to understand. You will learn a lot of know-how about code conventions in a short period of time.
You will learn the code conventions suggested by Apple.
You can write code that is easy for other developers to understand.
Follow Apple's guidelines Writing good Swift code!
Writing readable code Swift API Design Guidelines
If you've learned the basics of Swift grammar but don't have a standard for readable code, I recommend this course! Establish standards for good code based on the Swift API Design Guidelines created by Apple.
Swift API Design Guidelines
These guidelines are provided by Apple to facilitate smooth communication with other developers when creating APIs. They serve as a guideline for determining the standards for code writing and documentation.
This lecture I recommend this to these people!
iOS Junior Developer
As an iOS developer Those starting their career
Collaborating with Swift
Properly based on Swift Anyone who wants to collaborate
For good code
Standards for readable code Those who want to establish
This lecture It has these features!
Provides Korean translations of official Apple documents.
Complete the design guidelines together, which can be tiring to do alone.
If necessary, practice by checking the examples in the Playground.
This lecture Why did you create it?
When I was working as a Boostcamp reviewer, I often said, " This part would be good to refer to the Swift API Design Guidelines ." This is because Apple's guidelines clearly outline what kind of code is clear and easy for other developers to understand. Although it is best to read the original text in English, I thought that if there were a lecture explaining it in Korean, it would be very helpful to those who are about to start working with Swift or to juniors, so I created this lecture.
In this lecture You can learn things like this
1. Fundamentals
Learn the core concepts that run through all the guides.
2. Naming
Did you spend too much time thinking about the name? Let's learn what makes a good name by writing an example!
3. Convention
You can learn which code conventions are good for readability.
4. Special Instructions
Recommended for these people
Who is this course right for?
For those who want to learn code conventions used in practice
Anyone who wants to establish standards for readable code
People who are afraid of getting code reviews
People who are afraid of doing code reviews
iOS Junior Developer
iOS Developer Job Seeker
Need to know before starting?
Swift Basic Grammar
Hello This is
209
Learners
20
Reviews
4.8
Rating
1
Course
안녕하세요! iOS 개발자 홍성호 입니다. 객체지향 설계, 라이브러리 제작, 접근성 기술에 관심이 많습니다.
I have been doing it without thinking about the name, but I thought that I should try to name it appropriately in the future through examples of why and how to do it!! Thank you for making a great lecture :)
It was good to be able to go over things that I knew but hadn't organized.
It was short, so it was good to listen to one in the morning!
If there's one thing I regret, it would have been good if there were more diverse examples besides the ones in the design guide.
There were many words that came across vaguely, perhaps because I lack experience and skills, but this was a good lecture that answered my curiosity. I felt a lot of things differently than when I looked at the guidelines alone. I listened well.