Chris Clement

Results 6 issues of Chris Clement

The current Clean Architecture framework relies on an anemic domain model, which simplifies initial development but increasingly hampers our ability to handle the complex interactions and business logic inherent in...

CC: @bradystroud We want to integrate persona to the spec review template. Need to decide whether to include in the template, or the process itself.

What we need to gather: 1. Persona on each projects - what do they look like for each of SSW's projects? 2. Persona decision tree - any feedback to improve?...

So running a selection of client projects through the picker to make sure we're happy with the logic

I think we should stop checking in specification.json - this should be build-time generated document The consequences of this is that if we have other clients generated from this file...

Premise: - Exceptions are slower than Result objects (https://youtu.be/a1ye9eGTB98 - quick benchmark shows ~1us slower) - Using Exceptions as a control flow is a questionable approach, since it allows code...