Design Patterns, Start Developing iOS Apps Today 번역
iOS Developer Library/Getting Started 2013. 8. 21. 08:18Road Map of Start Developing iOS Apps Today | ||||
Start | Tutorial | Fundamental | Development | Next Steps |
- Overview | - Tools | - Frameworks |
본 페이지는 Start Developing iOS Apps Today문서의 Design Patterns 부분을 번역한 페이지입니다. 원문은 이곳을 클릭해 주세요. 발 번역이라 이상한 부분이 있을 수 있습니다. 발견즉시 댓글 달아 주세요.
Design Patterns
A design pattern solves a common software engineering problem. Patterns are abstract designs, not code. When you adopt a design, you adapt the general pattern to your specific needs.
디자인 패턴은 일반적으로 흔한 소프트웨어의 기술적 문제를 해결합니다. 패턴들은 추상적인 디자인 들이고, 코드는 아닙니다. 디자인을 사용할 때, 당신의 특별한 요구에 일반적인 패턴을 맞춰야 합니다.
No matter what type of app you are creating, you should know the fundamental design patterns used in the frameworks. Understanding design patterns helps you use frameworks more effectively and allows you to write programs that are more reusable, more extensible, and easier to change.
어떤 형태의 앱을 당신이 생성하던지 문제는 없으며, 프레임워크를 이용할 때 기초적인 디자인패턴을 알아야 합니다. 디자인 패턴을 이해하는 것이 당신이 프레임워크를 더효과적이고 당신이 더 재사용성 있는 프로그램을 작성하게 하며, 더 확장성 있고, 쉽게 바뀔 수 있는 도움들을 줍니다.
'iOS Developer Library > Getting Started' 카테고리의 다른 글
App Design, Start Developing iOS Apps Today 번역 (0) | 2013.08.21 |
---|---|
Human Interface Design, Start Developing iOS Apps Today 번역 (0) | 2013.08.21 |
Frameworks, Start Developing iOS Apps Today 번역 (0) | 2013.08.21 |
Basic Tasks, Start Developing iOS Apps Today 번역 (0) | 2013.08.21 |
Language, Start Developing iOS Apps Today 번역 (0) | 2013.08.21 |