-
클린 아키텍처(Clean Architecture)Domain knowledge 2020. 1. 18. 01:25반응형
현재 클린 아키텍처에 대해서 공부중...
로버트.C.마틴이 쓴 "클린 아키텍처"라는 책을 추천 드립니다.
원서명은 아래와 같습니다.
Clean Architecture: A Craftsman’s Guide to Software Structure and Design
https://fernandocejas.com/2014/09/03/architecting-android-the-clean-way/
Architecting Android...The clean way? | Fernando Cejas
Fernando Cejas Welcome! I'm Fernando Cejas, @SoundCloud Alumni, former @IBM Developer Advocate @IBM and @Tuenti Alumni. I'm a geek/nerd, huge fan of Mobile Development, Artificial Intelligence, Quantum Computing and Software Engineering in general. Here I
fernandocejas.com
https://academy.realm.io/kr/posts/converting-an-app-to-use-clean-architecture/
클린 아키텍처를 안드로이드에 도입하는 방법
클린 아키텍처가 무엇인지, 왜 도입해야 하는지, 어떻게 후회하지 않을지 설명합니다.
academy.realm.io
https://blog.coderifleman.com/2017/12/18/the-clean-architecture/
The Clean Architecture
이 문서는 로버트 C. 마틴의 The Clean Architecture를 한국어로 번역한 문서입니다. 그의 좋은 의도와 생각이 널리 전파되길 바랍니다
blog.coderifleman.com
https://medium.com/@dvd.ciri/android-clean-architecture-project-structure-7a6a0569a495
Android Clean Architecture project structure
One of the most challenging part of trying to build an Android application following the Clean Architecture pattern is to create a…
medium.com
Clean Architecture는 모바일 개발을 어떻게 도와주는가? - (1) 경계선: 계층 나누기
How Clean Architecture Assists Mobile Development - Part 1. Boudaries: Defining Layers
medium.com
반응형'Domain knowledge' 카테고리의 다른 글
코드스멜 (CodeSmall) (0) 2021.05.30 이터레이션(Iteration)이란? (0) 2021.02.14 핸드셰이킹 (handshake) (0) 2020.11.10 FLOPS (Floating point operations per second) (0) 2020.10.05 JAVA String 객체 와 String 리터럴(literal) (0) 2019.10.16 러너블(Runnable)이란? (0) 2019.10.05 함수(Funtion)와 메소드(Method)의 차이 (0) 2019.09.21 BIG-O Notation (빅오표기법) (0) 2019.09.18