12
TYML
3y

When all the unit tests pass…

Comments
  • 2
    Got 3 unittests on a 100k LoC code base.

    It's friday, next monday is the big release, Jimmy the intern approved my PR, I can merge safely to master, nothing will go wrong.
  • 1
    The unit tests:

    // Assert.IsTrue(condition);
  • 1
    @kwilliams exactly 😂😂😂

    If(codeIsGood()){
    System.out.println(“code works. Take a break!”)
    }else{
    System.out.println(“change careers”)
    }
  • 1
    And any test that doesn’t pass just @ignore! Genius!
  • 1
    @NotABugAFeature this person gets it 😀 #exactly
  • 1
    @TYML I mean you see my username. If the tests fail, it’s a feature.
Add Comment