mirror of
https://github.com/amyjko/cooperative-software-development
synced 2024-12-25 21:58:15 +01:00
Updated name.
This commit is contained in:
parent
cadace5da8
commit
b1c0bd0de3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<small>Credit: public domain</small>
|
||||
|
||||
<h1>Program Comprehension</h1>
|
||||
<div class="lead">Andrew J. Ko</div>
|
||||
<div class="lead">Amy J. Ko</div>
|
||||
|
||||
<p>Despite all of the activities that we've talked about so far—communicating, coordinating, planning, designing, architecting—really, most of a software engineers time is spent reading code (<a href="#maalej">Maalej et al. 2014</a>). Sometimes this is their own code, which makes this reading easier. Most of the time, it is someone else's code, whether it's a teammate's, or part of a library or API you're using. We call this reading <strong>program comprehension</strong>.</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue