We suggest you try the following to help find what you’re looking for: (more…)
Read more »
tl;dr So far I’ve been hesitant to embrace static type checkers like TypeScript. It’s because I associated static type checking with the … (more…)
Read more »
I just fixed a bug. The fix required me to initialise an Object[] array with the init values for each type, instead of just null, i.e. false for boolean, 0 for int, 0.0 for double, etc. So, instead… (more…)
Read more »
As a Software Engineer, we should strive to understand the fundamental of the things that don’t work, and more importantly, be conscious… (more…)
Read more »