Git Could Do More
reducing development time and turnaround
programming language
more automation, use prEMs (aka “computers”) to help development
IDE for programming
old-fashioned approach, based on 1950s phobias about limited hardware
biggest win in development is DRY
allow LIFO approach
programming languages force devs to perform DRY manually
allow FIFO approach
New Breed IDEs
CALL RETURN
isolated components
Message Passing
“build and forget”
prEMs can do more than Calculation
code libraries don’t work due to FIFO approach
REPLs
UNIX shell commands are isolated, but, we can do better today
programming language syntax forces “calculator” approach to all problems
closures
queues