bangalore-clj

https://www.meetup.com/Bangalore-Clojure-User-Group/
Shantanu Kumar 2017-03-13T07:22:42.498418Z

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.

👍 1
anujsays 2017-03-13T17:09:07.889232Z

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 Kumar 2017-03-13T18:22:55.912340Z

@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 Kumar 2017-03-13T18:24:36.957439Z

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

anujsays 2017-03-13T18:24:54.965309Z

@kumarshantanu Oh ya! you spoke about it.