Skip to main content

All Questions

1 vote
1 answer
285 views

How do I enforce 'referential transparency' in this program?

Below is the python program written to follow the rule of thumb in functional programming. The simple rule of thumb is: if you can replace any expression, sub-expression or subroutine call with the ...
overexchange's user avatar
  • 2,305