• morrowind@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    2 months ago

    Word proccessors have had this figured out for ages, I wonder why it’s so hard to implement this QoL change for code

    • RagingRobot@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      2 months ago

      How do you mean? You can’t type a word without using it in a word processor. Once the word is typed out it’s been used. Variables need to be declared then used so 2 separate steps.

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

        There’s no direct equivalent but word like won’t bother me about spelling or grammar until I’m done typing that part

      • Richard@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        What do you mean? Variables do not necessarily need to be used, you can allocate memory for some value and initialise it but then simply don’t do anything with it.

        • RagingRobot@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          Yes you can but the little red squiggles show in your editor to warn you that it’s unused code. That’s what the whole post is about lol