编程范式:我们学到的不该做的事
Programming Paradigms: What We've Learned Not to Do I want to present a rather untypical view of programming paradigms. We have three major paradigms: Structured Programming, Object-Oriented...
编程范式限制了开发者的自由,例如结构化编程去除了goto,面向对象编程限制了原始函数指针,函数式编程禁止变量修改。这些约束虽然没有新增能力,却促使我们构建更好的系统。未来可能不会出现第四种范式。
