...

/

Reflecting on What We’ve Built

Reflecting on What We’ve Built

Learn about the the benefits of consolidating business logic through a well-defined seam, ensuring codebase clarity.

We'll cover the following...

Wrap up!

Hopefully, this example has demonstrated some of the advantages of consolidating business logic behind a well-defined seam, as defined by a class, method, and rich return object.

The tests and implementation paint a good picture of how and why everything is structured. We wrote code in Widget to make the test ...