You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: practices/structured-code.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,15 @@
9
9
- These notes are part of a broader set of [principles](../principles.md)
10
10
- These practices should be read in conjunction with [architect for flow](../patterns/architect-for-flow.md)
11
11
12
+
## Benefits
13
+
14
+
The benefits of well-structured & clean code are profound & widespread, some highlights are:
15
+
16
+
- Promoting *maintainability* by generally making the code easier and safer to work on
17
+
- Supporting *building for testability*, which hugely reduces the risk and effort of practicing good testing
18
+
19
+
The above are fundamental to supporting the (little and often)[../patterns/little-and-often.md] delivery approach, which itself has many benefits and is at the heart of this framework
20
+
12
21
## Details
13
22
14
23
- Good code structure is essential for maintainability.
0 commit comments