maxkw / evolution

0 stars 0 forks source link

Use function decorators for memoization #9

Closed maxkw closed 8 years ago

maxkw commented 8 years ago

http://thecodeship.com/patterns/guide-to-python-function-decorators/

use them for cleaner code.