Made with KolourPaint and screenshots from Kate (with the GitHub theme).

  • phlegmy@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    11 days ago

    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.