Embracing the Messiness in Search of Epic Solutions

Tag: Better Preconditions

  • Better Preconditions: v0.1.0

    DEPENDENCY Introduction The goal of Better Preconditions is to provide a set of Java APIs that allows developers to create succinct, yet readable and testable preconditions. Why Write Preconditions? Let’s assume we have the following code:- Although this example is simple and trivial, every developer that looks at this code will interpret this API differently.… Read More…