2012年8月4日

Retrospective meeting can be a chance to improve communication between different teams

摘要: Today, I take a retrospective meeting as facilitator. It’s my first time to take retro meeting as facilitator and I’m not a member in that team. But I find it’s a good chance to improve communication among different project teams.Now days, almost every team member think communication is very importa 阅读全文

posted @ 2012-08-04 10:52 没Ready 阅读(194) 评论(0) 推荐(0)

CI is Integrate Constantly

摘要: What’s the CI? Most of us will answer: it’s continuous integration. Continuous Integration is a so beautiful name that we often forget its real meaning. In our project teams, we use SVN tool, we build our CI-Server using CruiseControl or Jenkins, that’s CI? No! They are just tools which are used to 阅读全文

posted @ 2012-08-04 10:52 没Ready 阅读(135) 评论(0) 推荐(0)

How can we refactor code without unit tests?

摘要: When working with legacy code, we want to add unit test for the legacy code, but in the most cases, we find the legacy code is not testable, we need refactor code firstly, but we don’t have any unit tests, how can we refactor code without the protection of unit test? This’s the most questions from d 阅读全文

posted @ 2012-08-04 10:51 没Ready 阅读(178) 评论(0) 推荐(0)

导航