概念棒

#新年觉醒Day5#《成功,动机与目标》:目标的迭代

2016-01-22  本文已影响106人  MissUUU

A sprint is a get-together of people involved in a project to further a focused development of the project. Sprints typically last from one week up to three weeks. Sprints have become popular events in some open-source projects. For example, the PyPy project is mostly developed during regularly held sprints where most of the international developer team gathers.(来自wiki)

Sprint是短距离冲刺的意思,用于敏捷开发中。一般周期定为2周,在一个sprint周期里完成一次迭代,以达到快速失败,快速调整软件方向的目的。

所做的事项有:

在sprint中每天都要进行Daily stand-up meeting,用于:

在这次为期14天的读书会中,我发现我的读书探险之旅与敏捷开发中的sprint有着异曲同工之效。相同之处:

而唯一不同的地方在于:

在上一篇目标的自动导航中,提到我们在日常生活中追求的绝大多数目标都是在毫无意识的情况下制定。因次我的读书计划也在无意识的情况下发生了变化。

开智读书会二期【前】,我的Backlog中的任务为:

我的目标为:

开智读书会二期【中】,我的Backlog中的任务调整为:

我的目标为:

在探险前和探险中,我的Backlog任务中新增了:找出自己已应用的部分、在尝试的部分、未实践的部分。我的目标新增了:体会到 文字也会思考的乐趣 后,坚持每日输出小文一篇,只为记录生活中的闪念和闪念带来的其他思考。

敏捷开发中有一个Fail-fast的概念.以最少的时间去试错。在为期14天的开智二期读书会里,对书籍方向的选择上、读书方式、如何写小文、如何规划14天、如何写一篇读书笔记以及如何解决读书中会遇到的问题等都有了快速的试错。从信息收集者的角色来看,失败的事情中揭露出来的信息要远远高于成功事件中的信息,也许往往还能得到更多的东西。所以开智读书会一期里贡献了保证金的小伙伴们,说不定你们才是最大的收获者哦:)

Fail-fast is a property of a system or module with respect to its response to failures. A fail-fast system is designed to immediately report at its interface any failure or condition that is likely to lead to failure. Fail-fast systems are usually designed to stop normal operation rather than attempt to continue a possibly flawed process. Such designs often check the system's state at several points in an operation, so any failures can be detected early. A fail-fast module passes the responsibility for handling errors, but not detecting them, to the next-higher system design level.(来自wiki)

上一篇 下一篇

猜你喜欢

热点阅读