cdeng001

Results 4 comments of cdeng001

For building interfaces in js, are you ok with using [duck typing](https://stackoverflow.com/a/3710367)? the only other way to get C-like interfaces is to use a transpiler of some sort. typescript

what do you think about https://jestjs.io/ ?

ahh I see, I agree, the testing should stay consistent.