md 引入图片资源

This commit is contained in:
gdut-yy
2020-01-01 17:11:49 +08:00
parent 9085df5a8e
commit 7a4601dd50
19 changed files with 246 additions and 329 deletions

View File

@@ -1,7 +1,7 @@
# 第 10 章 Classes
with Jeff Langr
Image
![](figures/ch10/10_1fig_martin.jpg)
So far in this book we have focused on how to write lines and blocks of code well. We have delved into proper composition of functions and how they interrelate. But for all the attention to the expressiveness of code statements and the functions they comprise, we still dont have clean code until weve paid attention to higher levels of code organization. Lets talk about clean classes.