Skip to content

Commit 56850e0

Browse files
committed
Add missing 'next' links
1 parent 53f2e33 commit 56850e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

2-Intermediate/Judgement/01-How to Tradeoff Quality Against Development Time.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ If she still insists you should try to isolate the shoddiness into particular co
88

99
NinjaProgrammer at Slashdot sent in this gem:
1010

11-
> Remember that a good design will be resillient against poor code implementations. If good interfaces and abstractions exist throughout the code, then the eventual rewrites will be far more painless. If it is hard to write clear code that is hard to fix, consider what is wrong with the core design that is causing this.
11+
> Remember that a good design will be resillient against poor code implementations. If good interfaces and abstractions exist throughout the code, then the eventual rewrites will be far more painless. If it is hard to write clear code that is hard to fix, consider what is wrong with the core design that is causing this.
12+
13+
Next [How to Manage Software Dependence](02-How to Manage Software System Dependence.md)

2-Intermediate/Personal-Skills/10-Heavy Tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ To my mind right some of the best heavy tools are:
1010
- OpenGL,
1111
- XML parsers, and
1212
- Spreadsheets.
13+
14+
Next [How to analyze data](11-How to analyze data.md)

0 commit comments

Comments
 (0)