Would it be a fair assessment that unit testing wo...
# golang
g
Would it be a fair assessment that unit testing would be far easier in Typescript compared to golang. Seeing quite the disparity specifically within testing. I want to use TDD to develop all our Infrastructure, but continually running into roadblocks where I feel like I am writing a vast majority of the mocking boilerplate to get things accomplished.
c
I am surely biased in my answer: stay away from TS and the node ecosystem… we had loads of headaches… most of them dealt with, but at a cost… knowing what I know now I’d stick with golang.