What task is best done in a functional programming style?

前端 未结 16 1831
-上瘾入骨i
-上瘾入骨i 2020-11-29 17:29

I\'ve just recently discovered the functional programming style and I\'m convinced that it will reduce development efforts, make code easier to read, make software more main

16条回答
  •  一个人的身影
    2020-11-29 17:51

    Algorithms involving backtracking search and simplifying undo support in GUIs are two places I've used functional style in practice.

提交回复
热议问题