【book 76】
《Think like a programmer》
【book 76】《Think like a programmer》【Golden Sentence】
————Chapter 1————
Strategies for problem solving
1.[Page 1]: Class Puzzles
Restating the problem in a more formal manner is a great technique for gaining insight into a problem.
2.[Page 15]: General problem-solving techniques
2.1.Always have a plan.
2.2.Restate the problem.
2.3.Divide the problem.
2.4.Start with what you know.
2.5.Reduce the problem.
2.6.Look for analogies.
2.7.Experiment.
2.8.Don’t get frustrated.
一般问题解决方法:
1.定个计划
2.复述问题
3.分解问题
4.从熟悉地入手
5.减少问题
6.寻找类比
7.实验
8.别慌(别沮丧)
————Chapter 8————
1.[Page 220]: Do it
Learn by doing, not by reading.
2.[Page 219]: Practice
You must put what you want to learn into practice.
3.[Page 219]: Long way
In mastering the problem-solving techniques of this book,
you are taking the key step down the road of life as a programmer.
However, as with most professions, this is a road without a destination.
4.[Page 220]: Study another Language
Studying another language can improve your skills with the other languages you already know
because it forces you to think in new and different ways,
breaking you out of old habits
and giving you fresh perspectives on your skills and techniques.
网友评论