|
|
|
|
|
by searchableguy
2229 days ago
|
|
I am curious where decorators make sense. I find them unreadable with little to gain back so I avoid writing them myself. Class extensions works for most of the use cases of decorators. I guess they are helpful when you need to modify class methods and properties. |
|