This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术 / Functional Programming
-xmlhttprequest(build5381);
2019-1-12
{1711}
(#11877596@0)
+2
-
现在用 FP 的大概比用 OOP 多了吧?
-newtruck(一);
2019-2-17
(#11936756@0)
+1
-
底子还是oo, 就像 Java, 还是主流
-hiker2(过客);
2019-2-17
(#11936817@0)
+1
-
When you design an app, your focus might be different from each other.
-newtruck(一);
2019-2-17
(#11936916@0)
-
共存吧 - 就像 composition 和 inheritance --- 不是 vs 而是看具体情况哪个更合适就用哪个...
-xmlhttprequest(build5381);
2019-2-17
(#11936862@0)
-
True. there has been debate on what is the better approach, the general consensus is that FP or OOP is better depending on the situation, and more and more newly started app developments are using FP approach.
-newtruck(一);
2019-2-17
(#11936904@0)
+2
-
没有最好,只有最适合。本来OO的方法是借鉴了分类学的方法,而现实世界的事物及问题用分类学来定义和解决不总是最佳途径,函数编程也一样道理。
-hiker2(过客);
2019-2-17
(#11936918@0)
-
你的理解那些场景或领域适用于FP , 比如普通应用,网页,操作系统,实时系统,分布系统。。。
-hiker2(过客);
2019-2-17
(#11937636@0)