You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
빌더와 정적 팩터리 메서드 중 어떤 상황에서 어떤 방식을 선택할 것인가에 대해서 생각해보면 좋을 것 같다. 자주 활용되는 Lombok의 @Builder를 활용한 빌더 패턴의 단점을 살펴보자면 필수값에 대한 null 검증 로직을 따로 구현해야한다는 점 등이 있다. 아무리 장점이 많아도 이러한 단점들도 잘 고려해가면서 상황에 맞게 선택하는 것이 중요하다.
No description provided.
The text was updated successfully, but these errors were encountered: