• Phen@lemmy.eco.br
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    10 months ago

    Who the hell doesn’t use namespaces or enums

    Uhhh, typescript devs? Enums were useful once, but typescript evolved everything else around it and these days using direct values is actually far better.

    And I don’t think anyone uses Namespaces other than for defining external modules.

    • TheCee@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      edit-2
      10 months ago

      My bad, I’m not deep enough into our frontend stack to realize Hjeilsberg already did what he does best - ruining enums. (I guess he is not to blame for global imports in c#, so i can not add ‘questionable import module/namespace ideas’.)

      And it seems like this proposal contains type declarations (in order to compensate for their enums), among other typescript specific things. So, guess it is option B, then.