Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Because not all programmers are made equal.

For some

  method(thing a, thing b) thing {
    return a * b
  }
is not better than

  method
    a * b
  end
If you're an "artist" type that care about the aesthetics of your code you tend to prefer the second.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: