How to Write Unit Tests

1 · GO-JEK Technologies · May 21, 2019, 4:04 a.m.
Tackle the fear and uncertainty around unit tests by breaking them down to their building blocks.gojek.jobsAt GOJEK, we make sincere efforts to test our code. We have even received feedback from new joinees that the coverage they’ve witnessed at GOJEK is unparalleled. (Humblebrag quota exhausted, promise 😅).While doing code reviews for candidates applying to GOJEK, I was surprised at learning a majority of them did not know how to write tests. This can most likely be attributed to two reasons:Re...