Tag: tech
All the articles with the tag "tech".
Code that tests itself: Asserting your assumptions
Published: at 03:22 PMWe were working on a <canvas> based UI feature without any DOM representation, and had to test interactivity. We threw our tests directly into the code so our tests run along with our code and enforce correctness... But how!?
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.