Ugh. Why don't they release the presos as opposed to having to deal with synchronous video?
Rich Hickey: "Simple Made Easy" from Strange Loop 2011 [video]
11–20 of 104 posts
Re: Rich Hickey: "Simple Made Easy" from Strange Loop 2011 [video]
#12Re: Rich Hickey: "Simple Made Easy" from Strange Loop 2011 [video]
#13BTW for those of you who haven't watched it, this talk is not Clojure specific.
Re: Rich Hickey: "Simple Made Easy" from Strange Loop 2011 [video]
#14You may also want to look at this other great video: Stuart Halloway: "Simplicity Ain't Easy" http://blip.tv/clojure/stuart-halloway-simplicity-ain-t-easy...
Re: Rich Hickey: "Simple Made Easy" from Strange Loop 2011 [video]
#15Re: Rich Hickey: "Simple Made Easy" from Strange Loop 2011 [video]
#16For me this was the best talk I've seen in a long while. It reminded me of how I felt when I first read PG's essays, someone articulating your own suspicions whilst going further and deeper and bringing you to a place of enlightenment and clarity. BTW for those of you who haven't watched it, this talk is not Clojure specific.
I'd be interested in seeing someone present a different and convincing set of concepts. At this point, I think Rich has put together a very good toolset.
Re: Rich Hickey: "Simple Made Easy" from Strange Loop 2011 [video]
#17A good talk. Leave it to a lisper though to call testing and type-checking "guardrail programming". Hickey says instead you should reason about your programming without acknowledging that testing and type-checking are ways to have executable documentation of your reasoning about your program. Testing does in fact feedback into complexity - if something is hard to test it may be due to complexity that you realize you…
Difficulty of writing a test can certainly be a complexity indicator, but in my experience the evidence is against testing having served this purpose very well to date, at least for the kinds of complexity addressed in this talk. If you look at around 31:27 in the talk, you will see ten complex things, with proposed simple alternatives. If testing helped people feel the pain of complexity and discover simple things,…
STOP STOP STOP! MAKE IT STOP!
This is the clearest indication of how (dogmatic) testing has become a vehicle that introduces complexity, rather than something that alleviates complexity.
Re: Rich Hickey: "Simple Made Easy" from Strange Loop 2011 [video]
#18Ugh. Why don't they release the presos as opposed to having to deal with synchronous video?
Re: Rich Hickey: "Simple Made Easy" from Strange Loop 2011 [video]
#19I feel smarter having watched this talk: it gives you tools to think about thinking as you come up with new designs. Also love how Rich manages to find the right metaphors to illustrate abstractions, he's a great communicator.
Re: Rich Hickey: "Simple Made Easy" from Strange Loop 2011 [video]
#20A good talk. Leave it to a lisper though to call testing and type-checking "guardrail programming". Hickey says instead you should reason about your programming without acknowledging that testing and type-checking are ways to have executable documentation of your reasoning about your program. Testing does in fact feedback into complexity - if something is hard to test it may be due to complexity that you realize you…
He says relying on tests and type-checking to verify a program still does the right thing after making changes is "guardrail programming".