10.20. Pure FunctionsΒΆ
A pure function does not produce side effects. It communicates with the
calling program only through parameters (which it does not modify) and a return
value. Here is the doubleStuff
function from the previous section written as a pure function.
To use the pure function version of double_stuff
to modify things
,
you would assign the return value back to things
.
Once again, codelens helps us to see the actual references and objects as they are passed and returned.
Activity: CodeLens 10.20.2 (ch09_mod3)
Before you keep reading...
Runestone Academy can only continue if we get support from individuals like you. As a student you are well aware of the high cost of textbooks. Our mission is to provide great books to you for free, but we ask that you consider a $10 donation, more if you can or less if $10 is a burden.