If you actually use code like this you’re insane.
- 0 Posts
- 2 Comments
Joined 1 year ago
Cake day: June 29th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
If you actually use code like this you’re insane.
Callbacks and decorators are fine, but callbacks/decorators to a function which itself takes a function pointer and returns another function pointer are crazy.
I’ve thankfully never had to use recursive callbacks or decorators, but it seems like it could very quickly become difficult to keep track of.