• Evilsandwichman [none/use name]@hexbear.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      I’m not a programmer (I tried learning programming and unity but got lazy so…) but when I learned about if-then statements, the second one seemed like the way it’s supposed to be; I mean it looks so clean and simple. Do actual programmers prefer the first method?

      • Ethan
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 year ago

        I prefer the first method because it reduces the number of empty lines I have to scroll past and visually filter out

      • coloredgrayscale
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        The 2nd is the style guide used in C#, and therefore what you’ve encountered in unity.