Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Cognitive Psychology and the Zen of Code

Jay Zeschin
September 12, 2011

Cognitive Psychology and the Zen of Code

Cognitive Psychology talk from Rocky Mountain Ruby 2011

Jay Zeschin

September 12, 2011
Tweet

More Decks by Jay Zeschin

Other Decks in Programming

Transcript

  1. cogpsych _TOPICS “programs must be written for people to read,

    and only incidentally for machines to execute.” - ABELSON and SUSSMAN (SICP)
  2. cogpsych _EXAMPLES class SomeComplicatedThing def start_process prepare_target do_magic store_results notify_people

    end end class SomeComplicatedThing def start_process prepare_target do_magic store_results notify_people end end