분류 전체보기 (452) 썸네일형 리스트형 work, home json 상하차 Civil War 0, null and undefined 인간은 2부분으로 나뉜다 ktlint로 인한 Build Fail. ktlintMainSourceSetCheck Failed 문제 Kotlin에서 기능 개발 후, Build를 하는 데, Build Fail이 됐다. 에러 문구를 보니 ktlint 관련 Task에서 실패한듯 하다. 에러 메세지를 보면 소스 코드에서 '{' 등을 빼먹었다고 한다. ktlint란? Kotlin 언어에는 공식 코딩 컨벤션이 정의되어 있다. 이를 준수할수 있도록 Gradle 빌드에서 ktlint로 코드 스타일을 검사해준다. 자세한 내용은 아래 페이지 참조. https://blog.benelog.net/ktlint.html ktlint로 Kotlin 공식 코딩 컨벤션 맞추기 - 개발수양록 ktlint는 jar 파일로 제공되고, https://jcenter.bintray.com/ 에도 배포되어 있습니다. 따라서 별도의 Gradle plugin이 없어도 Gra.. #57 Opening and Brainstorming 1 Key Word rough draft: a first version of something (such as a document) that needs a lot of editing and rewriting. I just completed a rough draft of my speech. be on the way to something: to be close to doing something All teams must present a mind map on ways to improve sales. 모든 팀은 매출 향상을 위한 마인드맵을 제시해야 합니다. Let me finish... : 내가 말 좀 끝내게 해줘. Are you ganna let me finish. Shut up and let me finis.. #56 Meeting Preparation 2 Key Word make sense: be practical or seem like a good idea It makes sense to leave early to avoid traffic. progress report: a written document that explains how much progress is being made on something you have previously planned The staff write monthly progress reports to keep their clients updated. take on: begin to perform or deal with He is ready to take on a new role this month. make the en.. AI In Movies vs. AI In Reality Mockito에서 의존성 주입 받은 Spy 객체를 다른 Spy객체에 의존성 주입하기 문제 다이어그램 InternalDocumentService라는 객체의 테스트 코드를 작성해야했다. InternalDocumentService 객체의 의존성은 대략 아래 다이어그램과 같다. InternalDocumentService의 다른 메소드에서도 Document Repository와 PdfGenerator를 사용했다. InternalDocumentService는 BillingStatementCreator, BillingStatementDetailCreator, DocumentRepository, PdfGenerator가 필요했다. BillingStatementCreator와 BillingStatementDetailCreator는 DocumentRepository, PdfGenerator가 필요했다. .. 이전 1 ··· 20 21 22 23 24 25 26 ··· 46 다음