Skip to content

Commit 996a433

Browse files
Update separate-compilation.md
proposal
1 parent 3a05bb1 commit 996a433

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sources/modules/compilation-model/separate-compilation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ A student should be able to:
8585

8686
#### Caveats
8787

88-
1. Build systems make things both easier and harder.
88+
* Build systems make things both easier and harder.
89+
* Student does not have to set include/library paths.
90+
* Build systems prevent unnecessary recompilation.
91+
* Build systems have a separate learning curve.
92+
* Build systems will pay off when using libraries, less with self-contained student code.
8993

9094
#### Points to cover
9195

0 commit comments

Comments
 (0)