• ValiantDust
    link
    fedilink
    832 months ago

    But are you gonna return something for this method??? You said you’d return an integer, yet there is no return statement!

    • gregorum
      link
      fedilink
      English
      41
      edit-2
      2 months ago

      and it had better be an integer! it had better be an integer, motherfucker!!

      • @[email protected]
        link
        fedilink
        17
        edit-2
        2 months ago

        Well yea… If you write “return <object of some other type>” that is actually wrong, as opposed to just not having gotten around to filling it in yet

    • @[email protected]
      link
      fedilink
      162 months ago

      This is why I always write my methods from bottom to top. This way I’ve always got a return statement and I use my variables before they are even declared.