8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32c55c0 + 7adc9c0 commit 5769917Copy full SHA for 5769917
docs/writing/structure.rst
@@ -602,7 +602,7 @@ clearer and thus preferred.
602
This mechanism is useful for separating concerns and avoiding
603
external un-related logic 'polluting' the core logic of the function
604
or method. A good example of a piece of functionality that is better handled
605
-with decoration is memorization or caching: you want to store the results of an
+with decoration is `memoization <https://en.wikipedia.org/wiki/Memoization#Overview>` or caching: you want to store the results of an
606
expensive function in a table and use them directly instead of recomputing
607
them when they have already been computed. This is clearly not part
608
of the function logic.
0 commit comments