Hacker News new | ask | show | jobs
by ClayShentrup 539 days ago
no, it's just a trivial minor semantic difference.

https://clayshentrup.medium.com/oop-vs-fp-182475457a01

if you want the oop style you can just change "foo bar baz" to "bar `foo` baz" which is effectively the same thing as doing bar.foo(baz), because for some reason people are obsessed with passing an argument by putting a dot after it.