- Published on
值得程序员反复品味的编码智慧
- Authors
- Name
- Hao Chen
- @haoel
Content
值得程序员反复品味的编码智慧 https://phauer.com/2020/wall-coding-wisdoms-quotes/
中译版:https://mp.weixin.qq.com/s/fvCDYOCFsp0tdiwE6rmM8w
TL;DR!
- 作为程序员,永远不要低估你为简单问题提出异常复杂解决方案的能力。
- 先设计出正确的数据结构,余下的程序会自然而然地显露出来。
- 数据为王:如果你已经选择了正确的数据结构并把数据组织得很好,算法几乎总是不言自明的。数据结构是编程的核心,算法不是。
Link Preview
- https://phauer.com/2020/wall-coding-wisdoms-quotes/
- The Wall of Coding Wisdoms in Our Office
- A collection of quotes stating important principles in software development. They form the 'Wall of Coding Wisdoms' in our office.