63
Comments
  • 3
  • 4
    @enitoni But still, some lazyness is necessary for good coding:

    loops, functions and reusable code are all for saving you work.
  • 5
    You should look at banks' , they hire monkeys
  • 3
    And thus we were given Clippy and Vista.
  • 1
    @-xlf That is smart design, not laziness.
  • 1
    @nblackburn designed by lazy people. It sure would be possible to do that without such constructs
  • 0
    @enitoni are you serious?
  • 0
    Is that Chandler from Friends in the bottom picture?
  • 1
    Also, I think the quote is hyperbole to get a point across. Not a literal hiring strategy.
  • 2
    @tizo there are 2 types of lazy. Short term lazy and long term lazy. The 2nd one thinks of ways to automate complex processes, write tests and clean code, reduce/prevent technical debt... so they don't want to kill themselves later fixing prod issues.
  • 1
    @billgates ok. Thanks?
  • 1
    @tizo well you said "Think it's a hyperbole" but I think it's quite literal, being long term lazy. Spend 10mins writing shitty code, spend 1 week trying to fix it.

    Vs spends 2hr writing well designed code + tests + documentation. 0 issues AND future changes are able to be added very quickly.
Add Comment