Tag: TypeScript

  • Array Thickening: More can be less

    Array Thickening: More can be less

    When turning flexible file formats into data structures, the consensus seems to be to avoid using arrays whenever possible. However, more arrays may reduce code and coding errors. A plea against the extinction of arrays.

  • vcard4-ts: A TypeScript-first vCard parser

    vcard4-ts: A TypeScript-first vCard parser

    TypeScript is the amiable and helpful sibling of JavaScript, always there for you, whether you currently do want type safety or you don’t. So it was only natural to use it to make handling digital business cards easier. vCard4-ts is the result of this attempt.