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 | 31 |
Tags
- React Native
- react
- 완전탐색
- 해외 대외활동
- BFS
- 경우의 수
- multipart upload
- web view
- 이영직
- FlatList
- 창의충전소
- 자료구조
- bfs dfs
- 비트마스킹
- springboot
- Navigation
- React Natvive
- ReactNative
- 상속 관계 매핑
- 원복
- 오블완
- 폴더구조
- 백준 1992
- 버튼 활성화
- 구현
- 휴대폰 기기
- 티스토리챌린지
- Project Bee
- 노마드코더
- service 테스트
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