• Evilsandwichman [none/use name]
    link
    fedilink
    English
    21 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
      English
      41 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
      21 year ago

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