Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- 셀러리
- ALB 502 BadGateway
- 쿠키
- 완전탐색
- AWS
- JPA
- 카카오
- 백그라운드시 연결안됨
- TLS협상오류
- 누적합
- 디버깅
- 알람시스템
- 관측가능성
- next-stock
- 이분탐색
- 프로그래머스
- 결제서비스
- 구현
- 몽고 인덱스
- gRPC
- 추천 검색 기능
- docker
- 아키텍쳐 개선
- 백준
- dau 3만명
- 크롤링
- 502오류
- 베타적락
- BFS
- ipo 매매자동화
Archives
- Today
- Total
목록2023/01/04 (1)
코딩관계론
작게 만들어라 public static String renderPageWithSetupsAndTeardowns( PageData pageData, boolean isSuite) throws Exception { boolean isTestPage = pageData.hasAttribute("Test"); if (isTestPage) { WikiPage testPage = pageData.getWikiPage(); StringBuffer newPageContent = new StringBuffer(); includeSetupPages(testPage, newPageContent, isSuite); newPageContent.append(pageData.getContent()); includeTeardownP..
Clean code
2023. 1. 4. 01:36