Closures: why are they so useful?

前端 未结 10 653
渐次进展
渐次进展 2020-12-07 10:04

As an OO developer, maybe I have difficulty seeing its value. What added value do they give? Do they fit in an OO world?

10条回答
  •  春和景丽
    2020-12-07 10:35

    Here are some interesting articles:

    • Crossing borders: Closures - by Bruce Tate, mentions some advantages of closures
    • A Definition of Closures - by Neal Gafter (one of the people who invented one of the closures proposals for Java)

提交回复
热议问题