diff --git a/index.html b/index.html index 77a385f..91d33a0 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@
+ |
After teaching software engineering for many years, I've been frustrated by the lack of a simple, concise, and practical introduction to the human aspects of software engineering for students interested in becoming software engineers. In response, I've distilled my lectures from the past decade into these brief writings. They don't represent everything we know about software engineering (in particular, I don't discuss the deep technical contributions from the field), but the chapters do synthesize the broad evidence we have about how teams have to work together to succeed. @@ -45,46 +45,46 @@I hope you enjoy! If you see something missing or wrong, Submit an issue or a pull request on GitHub. |
- Chapter 1. History | +Chapter 1 | History |
Chapter 2. Organizations | +Chapter 2 | Organizations | ||
Chapter 3. Communication | +Chapter 3 | Communication | ||
Chapter 4. Productivity | +Chapter 4 | Productivity | ||
Chapter 5. Quality | +Chapter 5 | Quality | ||
Chapter 6. Requirements | +Chapter 6 | Requirements | ||
Chapter 7. Architecture | +Chapter 7 | Architecture | ||
Chapter 8. Specifications | +Chapter 8 | Specifications | ||
Chapter 9. Process | +Chapter 9 | Process | ||
Chapter 10. Comprehension | +Chapter 10 | Comprehension | ||
Chapter 11. Verification | +Chapter 11 | Verification | ||
Chapter 12. Monitoring | +Chapter 12 | Monitoring | ||
Chapter 13. Evolution | +Chapter 13 | Evolution | ||
Chapter 14. Debugging | +Chapter 14 | Debugging |