Fork me on GitHub
#bangalore-clj
<
2017-03-13
>
Shantanu Kumar07:03:42

I’m wondering if a talk on the topic Logs as data in the April meetup would be useful. I can do the talk if there’s interest.

anujsays17:03:07

Has anyone compared/contrasted component vs mount and have some first hand findings to share? We are building couple of services from scratch and would like to build on one of these. Any suggestions?

Shantanu Kumar18:03:55

@anujsays We have gone over those quite a bit internally at Concur. Notwithstanding my shameless plug https://github.com/kumarshantanu/dime you may want to look at Dime if you care a lot about pervasive unit testing and multi-layer composition 🙂

Shantanu Kumar18:03:36

I also blogged about the perils of sub-par mocking w.r.t. unit testing: http://charsequence.blogspot.com/2016/12/mocking-with-var-redefinition.html

anujsays18:03:54

@kumarshantanu Oh ya! you spoke about it.