This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-14
Channels
- # beginners (53)
- # cider (10)
- # cljs-dev (23)
- # cljsrn (25)
- # clojure (68)
- # clojure-italy (4)
- # clojure-spec (25)
- # clojure-uk (7)
- # clojurebridge-ams (1)
- # clojurescript (10)
- # cursive (20)
- # datomic (21)
- # duct (4)
- # fulcro (1)
- # graphql (4)
- # hoplon (1)
- # java (7)
- # luminus (9)
- # off-topic (111)
- # om-next (2)
- # onyx (14)
- # re-frame (3)
- # reagent (9)
- # shadow-cljs (182)
- # test-check (32)
- # tools-deps (53)
- # uncomplicate (1)
- # vim (94)
- # yada (2)
Morning
I haven't had a chance to read the entire article, but thought I'd share it here and see what people's opinions might be on it http://blog.cleancoder.com/uncle-bob/2018/04/13/FPvsOO.html
ehhh the example he starts with is flawed already. Sure, o.f()
may change depending on o
, but the same applies to f(o)
(multiple dispatch)
but eh (again), I’ve always been of the opinion of “can’t we all just get along” 🙂
💯 8
8
well, if you reduce OO to purely polymorphism it makes it kinda hard to complain about it