• ______@lemm.ee
    link
    fedilink
    arrow-up
    35
    arrow-down
    4
    ·
    9 months ago

    I started as a python enjoyer. 6 years later I can confidently say fuck dynamic typing, fuck mutable defaults.

    Also fuck python and js (used both for work) TS is better but we all know it’s not by much

    • jvisick@programming.dev
      link
      fedilink
      arrow-up
      16
      arrow-down
      1
      ·
      9 months ago

      TS is “better” but often I feel like just configuring typescript takes up a significant amount of the time you save by using it.

      • ______@lemm.ee
        link
        fedilink
        arrow-up
        5
        ·
        9 months ago

        It gets easier the more you do it but ts needed a default official config to start things up with.

        • ADTJ
          link
          fedilink
          arrow-up
          3
          ·
          9 months ago

          Hahaha exactly! I feel like every time I start a new TS project, I start by copying the tsconfig from an existing one

          • PeWu@lemmy.ml
            link
            fedilink
            arrow-up
            2
            ·
            9 months ago

            This. I actually have template which I’m using for all my small projects.

      • Rooki@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        Yeah, i feel the same but it is at least configurable and not terrible configurable like python