coderefinery / modular-code-development

Modular code development lesson.
Creative Commons Attribution 4.0 International
3 stars 4 forks source link

Concept of time dependence may be helpful #20

Open bast opened 4 years ago

bast commented 4 years ago

Pure functions are time independent. But impure functions carry an implicit time dependence that we don't see.

We could build a convincing and simple example based on this.