Skip to content

Commit 2cef90f

Browse files
authored
Update structured-code.md
1 parent ba55229 commit 2cef90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practices/structured-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The benefits of well-structured & clean code are profound & widespread, some hig
1616
- Promoting *maintainability* by generally making the code easier and safer to work on
1717
- Supporting *building for testability*, which hugely reduces the risk and effort of practicing good testing
1818

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
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
2020

2121
## Details
2222

0 commit comments

Comments
 (0)