diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-02-22 11:40:33 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-02-22 11:40:33 +0800 |
commit | 8a562e226af5246a939bbe614731039c439d8bca (patch) | |
tree | 5f6ac93340aa0fa863790fa675b1baf41fcf121c | |
parent | 077ca99460ee6f801613d34d834ef4dfb37c5061 (diff) |
spm-slides.tex: create abstration layer for programmers so that they have the illusion that their code converts to products (under the deck)
-rw-r--r-- | spm-slides.tex | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/spm-slides.tex b/spm-slides.tex index 09274f3..20e92de 100644 --- a/spm-slides.tex +++ b/spm-slides.tex @@ -495,6 +495,31 @@ Microsoft scores at 12. Most companies, 2-3. % https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\foilhead{Creating Abstraction Layer for Programmers} + +Management styles: + +\begin{item} +\item Command-and-Conquer model. Cogs do the job. +\item Creating Abstraction layer for Programmers (first priority). +\end{item} + +``If a programmer somewhere is worrying about a broken chair, or waiting on hold with Dell to order a new computer, the abstraction has sprung a leak.'' - Joel + +Convert code into products below the decks. + +Quiet private office, a great computer, unlimited beverages, an comfortable ambient temperature. + +Roman army: four servants for every soldier. + +Modern army: 7:1. + +Dolly Parton. + + + + %A record of the past activities for future reference. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |