Defining point of functional programming

前端 未结 8 1768
无人及你
无人及你 2020-12-31 01:17

I can enumerate many features of functional programming, but when my friend asked me Could you define functional programming for me? I couldn\'t.

8条回答
  •  太阳男子
    2020-12-31 01:33

    It's like drawing a picture by using vectors instead of bitmaps - tell the painter how to change the picture instead of what the picture looks like at each step.

    It's application of functions as opposed to changing the state.

提交回复
热议问题