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
- play framework
- springboot
- kafkastream
- RabbitMQ
- enablekafkastreams
- spring-cloud-stream
- scala 2.10
- scala
- schema registry
- spring-kafka
- statestore
- kafka streams
- Slick
- reactive
- 플레이 프레임워크
- gradle
- confluent
- 한빛미디어
- kafkastreams
- avo
- Spring
- Logstash
- kafka interactive query
- Kafka
- coursera
- aws
- spring-batch
- Elk
- 카프카
- Elasticsearch
Archives
- Today
- Total
목록jay fields (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