본문 바로가기

cohesion

(3)
자바로 알아보는 결합도(커플링) https://www.linkedin.com/pulse/types-coupling-ahmed-adel/ Types of Coupling As our Software grows, and the communication between it's Modules gets more complex, we come to the point where "Coupling" matters, coupling occurs when there are inter-dependencies between one module and another, the tighter this coupling is, changes in o www.linkedin.com 소프트웨어가 성장하고 모듈 간의 통신이 더 복잡해짐에 따라 "결합(커플링)"이 중요한 ..
리액트 프로젝트의 결합도를 관리하는 방법 리액트 프로젝트의 결합도와 응집도를 관리하는 방법에 대해 알아봅니다. 결합도 분석 단위는 모듈(폴더, 패키지)이라 볼 수 있습니다. 응집도 분석 단위는 라인 입니다. 같이 보면 좋은 글 ! https://itchallenger.tistory.com/644 리액트 컴포넌트의 응집도를 관리하는 방법 같이 보면 좋은 글! : https://itchallenger.tistory.com/646 리액트 프로젝트의 결합도를 관리하는 방법 원문 : https://betterprogramming.pub/coupling-cohesion-552b022492b2 Organizing Modules in React Pro.. itchallenger.tistory.com https://ui.toast.com/weekly-pick/..
리액트 컴포넌트의 응집도를 관리하는 방법 리액트 컴포넌트의 응집도를 관리하는 방법을 알아봅니다. 같이 보면 좋은 글! : https://itchallenger.tistory.com/646 리액트 프로젝트의 결합도를 관리하는 방법 원문 : https://betterprogramming.pub/coupling-cohesion-552b022492b2 Organizing Modules in React Project — Low Coupling and High Cohesion Design robust applications betterprogramming.pub 서로 분리되.. itchallenger.tistory.com 해당 강연의 스크립트 정리 노트입니다 : https://youtu.be/aSAGOH2u2rs TLDR 응집도는 변화를 유발하는 원인이..