摘要: 这才写了几行代码就要重构啊?不错,子曰:小洞不补大洞一丈五,记住,时间可能会使你丧失重构的勇气。一:FinderBase.Find()的bug: public INode Find(string expression) { Match = Regex.Match(expression); INode node = null; if (Match.Success) { node = GenerateNode(expression, Match.Valu... 阅读全文
posted @ 2012-11-23 09:25 地月银光 阅读(421) 评论(0) 推荐(0)