`
experience
  • 浏览: 193082 次
社区版块
存档分类
最新评论
文章列表
  大家要小心提防,出门时挎包最好放在自己的正前方,并用手扶住包包的拉链,外衣裤口袋里尽量不要放贵重物品。
  大家要小心提防,出门时挎包最好放在自己的正前方,并用手扶住包包的拉链,外衣裤口袋里尽量不要放贵重物品。
我们设计模式群经过将近半年的发展,已经达到80多人(刚刚清除了20多个从未发言的朋友)。总体上活跃程度还是不够(虽然相对于别的群可能会好一点),我想这有几方面原因。1.大家的在线时间不统一。2.群成员的平均水平 ...
我们设计模式群经过将近半年的发展,已经达到80多人(刚刚清除了20多个从未发言的朋友)。总体上活跃程度还是不够(虽然相对于别的群可能会好一点),我想这有几方面原因。1.大家的在线时间不统一。2.群成员的平均水平 ...
  虽然很靠后,说明还有潜力啊。就算每天提高一个名次都要10年,哈哈 积分与排名(11.26) 积分 - 2058 排名 - 3346 积分与排名(11.30),提了100多,哈哈 积分 - 2321 排名 - 3192
  虽然很靠后,说明还有潜力啊。就算每天提高一个名次都要10年,哈哈 积分与排名(11.26) 积分 - 2058 排名 - 3346 积分与排名(11.30),提了100多,哈哈 积分 - 2321 排名 - 3192
  Also, when it comes to finding reasons *not* to do something, peoplewho don't *want* to do it can find hundreds of reasons... Jerry Weinberg made a list of such reasons actually heard in one company,and he arranged them in pairs like so..."Microsoft does it, and you know how buggy their code i ...
  Also, when it comes to finding reasons *not* to do something, peoplewho don't *want* to do it can find hundreds of reasons... Jerry Weinberg made a list of such reasons actually heard in one company,and he arranged them in pairs like so..."Microsoft does it, and you know how buggy their code i ...
http://codebetter.com/blogs/jeremy.miller/archive/...Mock objects are like any other tool. Used one way they’re a huge time saver. In other cases they can easily create more work and degrade the quality of the testing code. In this post I’ll try to present some best and worst practices for utilizing ...
http://codebetter.com/blogs/jeremy.miller/archive/...Mock objects are like any other tool. Used one way they’re a huge time saver. In other cases they can easily create more work and degrade the quality of the testing code. In this post I’ll try to present some best and worst practices for utilizing ...
http://c2.com/cgi/wiki?SingletonsAreEvil Almost every use of singleton I have encountered was best replaced by an attribute accessor in a higher level object that is then either explicitly passed around via a parameter, or used via a dynamically bound variable (possibly within a thread-safe ...
http://c2.com/cgi/wiki?SingletonsAreEvil Almost every use of singleton I have encountered was best replaced by an attribute accessor in a higher level object that is then either explicitly passed around via a parameter, or used via a dynamically bound variable (possibly within a thread-safe ...
http://structuremap.sourceforge.net/Concepts.htm Object Oriented Design Impact of Test Driven Developement and Emergent Design Building Blocks of Object Oriented Programming Inversion of Control (IoC) Containers Dependency Injection / Inversion of Control (IoC) Plugin Pattern (Fowler) Memento Pattern ...
http://structuremap.sourceforge.net/Concepts.htm Object Oriented Design Impact of Test Driven Developement and Emergent Design Building Blocks of Object Oriented Programming Inversion of Control (IoC) Containers Dependency Injection / Inversion of Control (IoC) Plugin Pattern (Fowler) Memento Pattern ...
http://developernotes.com/archive/2006/06/06/Rhino... NMock不支持mocking classes. Rhino Mocks allows you to create a PartialMock of a class with parameterized constructor arguments. Sample code pieces: public abstract class DomainObject{    public virtual Guid GetUser()    {        Guid g = GetId();    ...
Global site tag (gtag.js) - Google Analytics