It looks to me as if in the process of learning about decorators, konstell is learning a bunch of other things too, and very likely those things will be of greater long-term benefit than the specific knowledge of decorators.
Knowing how to sugar and desugar the syntax is fundamentally all there is to know about decorators per se. But to use them well, one has to know a lot more Python than that. Everything else I’m teaching konstell could be done without the sugar, but decorators are a convenient focus for now.
It looks to me as if in the process of learning about decorators, konstell is learning a bunch of other things too, and very likely those things will be of greater long-term benefit than the specific knowledge of decorators.
Knowing how to sugar and desugar the syntax is fundamentally all there is to know about decorators per se. But to use them well, one has to know a lot more Python than that. Everything else I’m teaching konstell could be done without the sugar, but decorators are a convenient focus for now.