Domain-Driven Design with FP in Scalabszwej.medium.com2 points·by gontard·6 tahun yang lalu·0 comments
The Hieroglyphics Initiativehieroglyphicsinitiative.ubisoft.com2 points·by gontard·9 tahun yang lalu·0 comments
Introducing Kyt – Our Web App Configuration Toolkitopen.blogs.nytimes.com3 points·by gontard·10 tahun yang lalu·0 comments
gontard·9 tahun yang lalu·discussI think google also use geolocalized data collected from android users.
gontard·9 tahun yang lalu·discussI think that mutation testing should replace code coverage. It really ensure that the test verify the code behavior and not only invoked it.
gontard·9 tahun yang lalu·discussI agree that test coverage does not ensure that the code is really tested. But not covered code is not tested code. So i use coverage in this way, to spot not tested code.