49

Teaching myself to write unit tests that actually have value.

Comments
  • 2
    This is the sole greatest thing you can do! So many applications lack GOOD unit tests.
  • 2
    assertEquals(2, add(1, 1) );

    Because every testing framework advertises with these retarded simple examples, it took too long before I understood the true value of tests.
  • 1
    @bittersweet tbh this is what my tests look like when I try to write them 😬
Add Comment