4 | 10,077 | 862 |
---|---|---|
articles | words | lines of code |
This article teaches the decorator pattern in Python, why it exists, how to use it, and when to use it to write efficient and idiomatic Python code.
The 2 hardest problems in programming are naming, cache invalidation, and off-by-one errors.