• ShouldIHaveFun@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I do actually use variables before I declare them most of the time. IDEs make it so easy to then generate the declaration with the correct type.

      • NightAuthor@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        That’s true, in fact I’ve started doing that myself. Same with methods, instead of going and writing the method and then coming back to use it, I’ll write the invocation first.