Java

· Java
GitHub - DiUS/java-faker: Brings the popular ruby faker gem to Java Brings the popular ruby faker gem to Java. Contribute to DiUS/java-faker development by creating an account on GitHub. github.com Java에서 테스트데이터를 편하게 만들때 사용할 수 있는 라이브러리다. 현재 중고차 판매시스템에서 중고차 100만대 회원 50만건을 만들어보려한다. Faker 사용법은 위 링크를 참조하면 간단하게 사용할 수 있다. 문제점 1 커넥션 비용 @Test void createCar() { for (int i = 0; i < 300000; i++) { Car car..
· Java
Exception Performance Cost 예외가 성능에 미치는 영향을 정리한 글이다. Performance Effects of Exceptions in Java | Baeldung Java exceptions are considered expensive and shouldn't be used for flow control. This tutorial will prove that this perception is correct. www.baeldung.com 결론부터 Since throwing and handling exceptions is expensive, we shouldn't use it for normal program flows. Instead, as its name implies, exc..
· Java
GitHub - songhaechan/Black_Jack Contribute to songhaechan/Black_Jack development by creating an account on GitHub. github.com 자바를 학습하고 처음으로 진행한 사이드프로젝트 BlackJack은 재미있는(?) 카드게임이다. 규칙도 정말 단순하고 구현하는데 그리 오래걸리진 않았다. 그래서인지 나의 문제점도 알지 못했고 돌아가면 그만이지 라는 아주 못된 생각을 하며... 코드리뷰를 받았다. 절대 코드는 돌아가면 그만이지라는 생각으로 작성해서는 안된다. 코드는 유지보수하기 쉬워야하며, 새로운 요구사항에 빠르게 반응할 수 있어야한다. 처음엔 이런 말 조차 와닿지가 않았다. 왜냐고? 유지보수를 할 필요성을 전혀 느끼고..
H@eCh@n
'Java' 카테고리의 글 목록 (2 Page)