Skip to content

Commit ea08fcc

Browse files
authored
Merge pull request #167 from QuantEcon/wgc
Added quote to wgc lecture
2 parents 3ab71f5 + 324ba81 commit ea08fcc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lectures/writing_good_code.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ kernelspec:
2727
:depth: 2
2828
```
2929

30+
```{epigraph}
31+
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
32+
```
33+
34+
3035
## Overview
3136

3237
When computer programs are small, poorly written code is not overly costly.

0 commit comments

Comments
 (0)