At the highest level, my advice to an aspiring architect is find the right balance of focus on internal and external trends that will give you the perspective you need.
The more systems that you can learn from the inside out, the more you can develop an understanding for bad practice and good practice design patterns. As I mentioned earlier, it’s this library of patterns in your mind that will define you as an architect.
阅读全文>
发表于 @ 2008年01月09日 13:23:00|评论(loading...)|编辑|收藏
软件不再是用户向开发商购买的信息处理工具,而是向服务商购买的信息处理服务。
阅读全文>
发表于 @ 2008年01月06日 10:34:00|评论(loading...)|编辑|收藏
不定目标,缜密论证,步步推进,一咬到底。
提出人们普遍认同的愿景,并使用有效的手段加以激励,这正是领导力的核心特征所在阅读全文>
发表于 @ 2008年01月04日 11:16:00|评论(loading...)|编辑|收藏
产品有统一的错误处理机制和报错界面么?
要有。最好能有统一的error message,然后每个error message都带一个error number。这样,用户可以自己根据error number到user manual里面去看看错误的具体描述和可能原因,就像SQL Server的错误那样。同样,ASP.NET也要有统一的Exception处理。可以参考有关的Application Block。阅读全文>
发表于 @ 2007年12月29日 11:11:00|评论(loading...)|编辑|收藏