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 |
Tags
- coursera
- kafka interactive query
- kafka streams
- 카프카
- Spring
- schema registry
- enablekafkastreams
- Logstash
- 플레이 프레임워크
- reactive
- scala
- kafkastreams
- spring-kafka
- Slick
- springboot
- aws
- Kafka
- statestore
- gradle
- RabbitMQ
- avo
- spring-cloud-stream
- scala 2.10
- 한빛미디어
- Elasticsearch
- play framework
- Elk
- spring-batch
- confluent
- kafkastream
Archives
- Today
- Total
목록Effectively with Unit Tests (1)
b
Working Effectively with Unit Tests
Working Effectively with Unit Tests #1 https://leanpub.com/wewut 를 읽고 정리한 내용 첫번째 단락 Unit Testing, a First Example * Replace Loop with individual Test- https://github.com/bistros/wewut-code#replace-loop-with-individual-tests- 읽기 쉬운 테스트를 위한 첫 번째 단계는 반복 테스트를 각각의 테스트로 변경하는 것이다.ex) for-each를 돌면서 여러값을 테스트 하는 것을 제거한다 * Expect Literals- https://github.com/bistros/wewut-code#expect-literals그 다음 가독성을 높이는 ..
카테고리 없음
2018. 3. 23. 14:41