Tag: Type Safety

  • 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.