Updated name.

This commit is contained in:
Amy J. Ko 2019-09-24 14:16:21 -07:00 committed by GitHub
parent cadace5da8
commit b1c0bd0de3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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&mdash;communicating, coordinating, planning, designing, architecting&mdash;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>