Heya!
I've missed you. We were really close, weren't we?
Or am I getting you mixed up... It really has been that long. The energy lies in learning, anyway.
Featured blogs
Throwing tests into code: Assert your assumptions
Published: at 03:22 PMWe were working on a <canvas> based UI feature and had to test interactivity, how did we do that without any DOM representation? We threw our tests directly into the code so our tests run along with our code to enforce correctness... But how!?
Why must I become a great engineer
Published: at 03:22 PMI don't owe it to anyone... or do I?
YDKTS: Nominal Types
Published: at 09:22 AMTypeScript gives you a false sense of security in type-safety, by only checking type structures. We fix that with a Nominal type system; allowing each type to have an identity beyond just it's member's types.