276
agnibha
6y

Hmm... πŸ€”

Comments
  • 10
    He's right, I only write features either
  • 2
    That's a bold thing to say!
  • 9
    I don’t consider tests as existing to test my code, I think about them as existing to protect my code against the future morons who think they’re smart but are too heavy handed and whose favourite phrase is “oh, I didn’t think about that.”
  • 2
    Said every manager who thinks they know how programming works
  • 2
    Testing is doubting
  • 5
    @wrongpasswd Doubting is most important skill any sane developer should have (past junior larvae stage)
  • 8
    The same as: "I don't need comments. My code speaks by itself."
  • 3
    username checks out
  • 6
    I don't need tests: Tests are for people who write bugs. I Ctrl+C Ctrl+V all my code. If it doesn't work, the other guy wrote bugs.
  • 2
    @cr4sh

    If comments explain code, either the code or the comment should be deleted. If comments explain the domain in which the code operates... that's fine because reality is difficult to refactor.
  • 2
    The best code is the code not written
  • 2
    This is sarcasm, yes?
  • 4
    And helmet and seat belt is for people who don't drive carefully
  • 0
    Tests should help dictate the code architecture.
  • 0
    @cr4sh I have guy who's like that at work.
Add Comment