Show some examples of useful decorators and talk about the pros and cons of the decorator protocol.
Decorators are a fascinating piece of syntactic sugar in the Python language. These powerful bits of code can be used to reduce boilerplate code and make it easier to move around features. Let’s explore a few simple examples of decorators and talk about the pros and cons of decorators as a feature.
Speakers: Josh Schneider