Reading: The Pragmatic Programmer - x893675/note GitHub Wiki

第三章

Gui的好处是所见即所得(what you see is what you get),缺点是所见即全部所得(what you see is all you get).

熟记以下建议:

  • 用纯文本记录下知识
  • 熟练使用shell
  • 用好一种编辑器
  • 总是使用源码控制
  • Fix the Problem, Not the Blame
  • Don't Panic