本文主要是介绍Programming is a science,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在ZeroMQ的Basic guide里看到这么一句话,挺有感觉,摘录下来:
Programming is a science dressed up as art, because most of us don't understand the physics of software, and it's rarely if ever taught. The physics of software is not algorithms, data structures, languages and abstractions. These are just tools we make, use, throw away. The real physics of software is the physics of people.
Specifically, our limitations when it comes to complexity, and our desire to work together to solve large problems in pieces. This is the science of programming: make building blocks that people can understand and use easily, and people will work together to solve the very largest problems.
这篇关于Programming is a science的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!