16
rant1ng
5y

Took me 9 hours to write what ended up being a 10 line function to sort messages and replies in the proper order.

I at least knew it would employ recursion, but goddamn... 9 hours.

Fuck sakes

Comments
  • 10
    Takes time to write minimalistic code :)
  • 2
    Sounds like you need more than 20 years of practice.
  • 1
    @Root touche

    I've always had trouble with recursion
  • 1
    What language? Haskell?
  • 1
    Recursion is the worst when you are starting out. (still at that point in my programming life)
  • 1
    @LittleDTLe recursion is really easy to get rusty on at any point because it solves a few problems really well but they are relatively rare problems.
  • 0
    @jeeper getting a downline, forum answers and replies
Add Comment