|
|
|
|
|
by stctgion
3078 days ago
|
|
I've used decorators for registration multiple times in the real world. It's nice to be able to visibly attach the registration function call to the object you are registering rather than having it just written after it somewhere. |
|