14
fordrof
6y

Wish I knew about this lovely community a few years ago, when a dev in my team asked for help because they couldn't understand why their function was only returning one string... Only you guys would understand my pain when I saw this...

string SomeShitStringMethod()
{
<do stuff>
return string1;

<do stuff>
return string2;

<do stuff>
return string3;
}

>_______<

Comments
  • 10
    solution() {
    return him.ToCollege()
    }
  • 2
    Your team have imagination, many imagination. Look on the bright side... no, sorry... not have the bright side 😭
Add Comment