enricopolanski / functional-programming

Introduction to Functional Programming using TypeScript and fp-ts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the definition of Code Properties?

SHND opened this issue · comments

commented

I understand this is a translation from another repo, but from the text I couldn't fully understand what code properties mean. We have below in the text:

In functional programming, where there's an emphasis on code properties rather than implementation details, the map operation is interesting due to its limitations

I have some guesses but What is the actual definition of term Code Property?

I understand this is a translation from another repo, but from the text I couldn't fully understand what code properties mean. We have below in the text:

In functional programming, where there's an emphasis on code properties rather than implementation details, the map operation is interesting due to its limitations

I have some guesses but What is the actual definition of term Code Property?
Code properties are defined generally as function properties with their domain and image.