Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Project Bee
- FlatList
- service 테스트
- ReactNative
- 해외 대외활동
- 오블완
- 원복
- React Native
- 노마드코더
- 비트마스킹
- 구현
- springboot
- bfs dfs
- 폴더구조
- BFS
- Navigation
- 버튼 활성화
- multipart upload
- 창의충전소
- 경우의 수
- 티스토리챌린지
- 완전탐색
- 상속 관계 매핑
- 이영직
- web view
- react
- 백준 1992
- 자료구조
- 휴대폰 기기
- React Natvive
Archives
- Today
- Total
유미의 기록들
[최종 프로젝트] 생성자 대신 정적 팩토리 메서드
💡 배경public Party(String title, String contents, PartyStatus status, Category category, User user) { this.title = title; this.contents = contents; this.status = status; this.category = category; this.user = user;}Party newParty=new Party(title,contents,status,category,user); 코드 리팩토링을 진행하면서 지금까지 객체를 인스턴스화 할 때 직접적으로 생성자를 호출하여 생성하였는데, 개발자가 구성한 별도의 `static` 메소드 를 통해 간접적으로 객체 생성을 유도하는 ..
대외활동 기록/내일배움캠프
2024. 11. 8. 12:11