Referential Transparency
Referential transparency: replacing an expression by its bound value doesn’t alter the behaviour of your program. This gives huge benefits, which I’ll talk about later.
Referential transparency: replacing an expression by its bound value doesn’t alter the behaviour of your program. This gives huge benefits, which I’ll talk about later.