32
PaperTrail
273d

#1 life lesson I learned from coding?

Maybe not coding specifically, but I learned the difference between problem solving and solution finding.
Its helped me in a lot of areas of my life. Made friends and made enemies.

Comments
  • 0
    What's that cute dog or cat doing up there?
  • 2
    @asgs It's a hamster.
  • 8
    The first time you start writing unit/integration tests you realize that all the human beings cannot write code. This includes you so just accept it and write the damn tests.
  • 8
    Ah yeah...

    That moment when you realize the functionality can be done in a single function with few lines of code.

    Instead it spans 5 classes, with 2 interfaces that will never be used anywhere else.

    Devs's obsession with making things as complicated as possible to show their superiority is driving me nuts!
Add Comment