Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- uiscrollview
- combine
- 리팩토링
- 애니메이션
- rxswift
- UITextView
- ribs
- clean architecture
- 클린 코드
- ios
- collectionview
- Observable
- uitableview
- Clean Code
- HIG
- swift documentation
- swiftUI
- RxCocoa
- Human interface guide
- Xcode
- Refactoring
- 스위프트
- UICollectionView
- 리펙토링
- map
- MVVM
- 리펙터링
- tableView
- Protocol
- SWIFT
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[Clean Architecture] 1. 설계(design)와 아키텍처(architecture)란? 본문
Clean Architecture/Clean Architecture 기초
[Clean Architecture] 1. 설계(design)와 아키텍처(architecture)란?
jake-kim 2021. 2. 25. 01:42"빨리 가는 유일한 방법은 제대로 가는 것이다."
- 로버트 C. 마틴 (Rovert C. Martin)
설계(design)와 아키텍처(architecture)의 차이
- 결론적으로 의미 차이가 없음
- 아키텍처(architecture): 디테일한 것보다는 전체적인 것
- 설계(design): 디테일한 것에 초점
- ex) "집"의 아키텍처: 집의 형태, 외관, 방의 배치 - 이런 것들은 모두 설계(design), 즉 아키텍처(architecture)는 설계(design)로 표현할수 있으므로 같은 의미
소프트웨어 아키텍처의 목표
- 필요한 시스템을 만들고 유지보수하는 데 투입되는 인력을 최소화 하는것
* 참고: Clean Architecture
'Clean Architecture > Clean Architecture 기초' 카테고리의 다른 글
[Clean Architecture] 6. 함수형 프로그래밍 (0) | 2021.03.24 |
---|---|
[Clean Architecture] 5. 객체 지향 프로그래밍 (Object-Oriented Programming), 의존성 역전 (0) | 2021.03.12 |
[Clean Architecture] 4. 구조적 프로그래밍 (structured programming), 테스트 코드가 중요한 이유 (0) | 2021.03.06 |
[Clean Architecture] 3. 패러다임 개요 (구조적, 객체지향, 함수형) (0) | 2021.03.05 |
[Clean Architecture] 2. 두 가지 가치(behavior, architecture) (0) | 2021.02.27 |
Comments