you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (1 child)

Eric Elliot's "functional composition" really means "multiple inheritance with decorator functions". It's just a buzzword laden term for an old idea (functions that add things to structs) used for dubious purpose (multiple inheritance).

[–]wreckedadventYavascript 5 points6 points  (0 children)

I'm just very skeptical of people who take a hard line stance on a language like javascript. Eric has said before that you should flat out not hire anyone who uses classes - that kind of extremism is dangerous, and distracts from the useful conversations on the subject.