Changes for page Testable Design

Last modified by chrisby on 2024/09/19 10:50

From version 1.10
edited by chrisby
on 2023/06/03 15:35
Change comment: There is no comment for this version
To version 1.11
edited by chrisby
on 2023/06/03 15:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -35,5 +35,5 @@
35 35  An important part of a testable architecture is the **Humble Object Pattern**:
36 36  
37 37  * The pattern emphasizes the isolation of complex to test aspects (such as GUI interactions), keeping them 'humble' with minimal logic.
38 -* **Minimize complex layers**: Keep complex layers such as GUIs and adapters as thin as possible, focusing mainly on interaction and routing.
38 +* **Minimize complex layers**: Keep complex layers such as GUIs and adapters as thin as possible, focusing mainly on user interaction and routing.
39 39  * **Maximize business logic**: Where possible, move logic to the business logic/service layer, which is easier to test, improving overall testability.