Better Code & Design

1.[Clean Code] 함수의 길이 줄이기(1): if/else 혹은 switch 문 ➡️ object mapping 으로 변경해보자

post-thumbnail

2.[Clean Code] 함수의 길이 줄이기(2): If/else ➡️ Bitwise shift/Array & Object mapping 으로 대체해보자

post-thumbnail

3.[Design Pattern] UI Architecture를 적용하여 코드를 분리하자 : MVC, MVP

post-thumbnail

4.[Refactoring] 프론트엔드의 AuthService에 Class, Context API, Custom hook을 첨가하여 객체 지향적으로 만들기

post-thumbnail