@iamGpower
Build stuff, break stuff, repeat...
Nothing here yet.
Nothing here yet.
No blogs yet.
Great writeup Suprabha Supi . 馃憤 I would also like to add that: Pure functions allow us to write parallel code. Pure functions output can also be cachable because they always return the same output, increasing code performance. Pure function should be composable or obey the function composition concept.