Presentation Structure
review下属的分析报告
发现有些部分的信息没有什么用处
重新设计了一个表让下属填
还有相关的信息
弄完后发现信息表现清楚多了
让问题一下子就显现出来了
然后让另一个做类似工作的下属也生成一样的表
之前做的乱七八糟也搞不出来,很快把事情也弄完了
这让我惊叹于presentation structure 的反向作用力
公司部门的launch email template 其实也是很好的一个例子
每个launch需要回答几个基本问题,what, why, scope, impact等等。
其实写程序一样
学计算机的人,从一开始都得上一门data structure and algorithm 的课
好的structure能够极大的simplify logic and code
Framework 是更大维度的structure
Design pattern 也是
前两天跟老婆聊SQL
这么多年,各种各样语言工具来来去去
SQL总是屹立不倒
SQL背后的data structure is a simple and powerful
And turns out to be also durable