Slide 8
Slide 8 text
Abstractions Reduce the Mental Load
• It is said we can handle 5 +/- 2 cognitive units
• But we can trick our brain, by making the cognitive units larger ;)
• Christmas Day, 2015, half past six
• 15-12-25 18:30
• Juggling the 10 digits without abstractions is the equivalent of
how we develop software most of the time
• Manually managing memory, loop counters, locks, etc.
• “Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.” – Brian Kernighan