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.
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?
@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 🙂
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
@kumarshantanu Oh ya! you spoke about it.