Blog: Jetpack Compose 공부 ~ 6주차 by 노현석 about Android
- * Declare a just-in-time composition of a [Modifier] that will be composed for each element it
- * If [inspectorInfo] is specified this modifier will be visible to tools during development
- * [materialize] must be called to create instance-specific modifiers if you are directly
[Design Go] 좋은 코드와 디자인 패턴 by 박정현 about Design Pattern
- 사실 배포 이후의 기능 추가 역시 수요를 만족시키기 위해 프로그램을 보강하는 것이므로 유지보수라고 볼 수 있다
- 위의 좋은 코드들을 수집 및 분석한 후 패턴으로 만들어 명명하는 일련의 과정을 반복하며 디자인 패턴이라는 개념을 정립하게 된다
- 디자인 패턴을 사용하면 좋은 코드를 짤 수 있지만 때로는 패턴을 쓰지 않는 것이 좋은 코드인 경우도 있다