We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a05bb1 commit 996a433Copy full SHA for 996a433
sources/modules/compilation-model/separate-compilation.md
@@ -85,7 +85,11 @@ A student should be able to:
85
86
#### Caveats
87
88
-1. Build systems make things both easier and harder.
+* 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.
93
94
#### Points to cover
95
0 commit comments