mirror of
https://github.com/amyjko/cooperative-software-development
synced 2024-12-25 21:58:15 +01:00
Fixed table of contents.
This commit is contained in:
parent
ae9bdc1377
commit
f056811235
1 changed files with 15 additions and 15 deletions
30
index.html
30
index.html
|
@ -37,7 +37,7 @@
|
|||
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td rowspan="14" width="50%">
|
||||
<td rowspan="14" width="40%">
|
||||
<p>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.</p>
|
||||
|
||||
<p> In response, I've distilled my lectures from the past decade into these brief writings. They don't represent <em>everything</em> 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.</p>
|
||||
|
@ -45,46 +45,46 @@
|
|||
<p>I hope you enjoy! If you see something missing or wrong, <a href="https://github.com/andyjko/cooperative-software-development">Submit an issue or a pull request on GitHub</a>.</p>
|
||||
|
||||
</td>
|
||||
<td>Chapter 1. <a href="history.html">History</a></td>
|
||||
<td>Chapter 1</td><td><a href="history.html">History</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 2. <a href="organizations.html">Organizations</a></td>
|
||||
<td>Chapter 2</td><td><a href="organizations.html">Organizations</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 3. <a href="communication.html">Communication</a></td>
|
||||
<td>Chapter 3</td><td><a href="communication.html">Communication</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 4. <a href="productivity.html">Productivity</a></td>
|
||||
<td>Chapter 4</td><td><a href="productivity.html">Productivity</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 5. <a href="quality.html">Quality</a></td>
|
||||
<td>Chapter 5</td><td><a href="quality.html">Quality</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 6. <a href="requirements.html">Requirements</a></td>
|
||||
<td>Chapter 6</td><td><a href="requirements.html">Requirements</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 7. <a href="architecture.html">Architecture</a></td>
|
||||
<td>Chapter 7</td><td><a href="architecture.html">Architecture</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 8. <a href="specifications.html">Specifications</a></td>
|
||||
<td>Chapter 8</td><td><a href="specifications.html">Specifications</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 9. <a href="process.html">Process</a></td>
|
||||
<td>Chapter 9</td><td><a href="process.html">Process</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 10. <a href="comprehension.html">Comprehension</a></td>
|
||||
<td>Chapter 10</td><td><a href="comprehension.html">Comprehension</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 11. <a href="verification.html">Verification</a></td>
|
||||
<td>Chapter 11</td><td><a href="verification.html">Verification</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 12. <a href="monitoring.html">Monitoring</a></td>
|
||||
<td>Chapter 12</td><td><a href="monitoring.html">Monitoring</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 13. <a href="evolution.html">Evolution</a></td>
|
||||
<td>Chapter 13</td><td><a href="evolution.html">Evolution</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chapter 14. <a href="debugging.html">Debugging</a></td>
|
||||
<td>Chapter 14</td><td><a href="debugging.html">Debugging</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in a new issue