

18·
2 days agoFuck that. I once used a constraint solver in python where you could +=
a constraint to a problem. This is completely un-discoverable. In any sane language you can use IntelliSense to find that you can problem.
… add(constraint)
and be done with it without ever touching a manual. Overloaded operators are cool, but a menace.
And while I’m ranting: Angular’s new addRouting(), withThingA(), withThingB()
is complete horseshit, too. The old way of doing addRouter({
and letting the IDE tell you what you could to with the router was so much clearer!
I recently thought about this. Thanks for digging it up again!