I'd only reach for it for certain types of DSL where infix greatly eased readability (perhaps templating). I would also run it by a handful of people before committing it to verify I haven't gone completely insane.
Fwiw kotlin supports infix operators as well and they shine in dsl use cases.
I'd only reach for it for certain types of DSL where infix greatly eased readability (perhaps templating). I would also run it by a handful of people before committing it to verify I haven't gone completely insane.
Fwiw kotlin supports infix operators as well and they shine in dsl use cases.