I was reading Yegge’s rant Rhinos and Tigers, and he mentioned that:
So it’s kind of unfortunate when you have to use functions, because if you have to say, you know, HTMLElement.getChildren.whatever, it gets inverted with functions: whatever(getChildren(HTMLElement)). You have to call from the innermost one to the outermost… it’s “backwards”, right?
This […]