zoukankan      html  css  js  c++  java
  • 第五周总结

    这一周我们上课老师让我们翻译《敏捷宣言》

    Principles behind the Agile Manifesto

    We follow these principles:

    我们遵循以下准则:

    Our highest priority is to satisfy the customer through early and continuous delivery of valuable software.

    我们的最高目标是,通过尽早和持续地交付有价值的软件来满足客户。

    Welcome changing requirements, even late in development. Agile processes harness change for the customer's competitive advantage.

    欢迎对需求提出变更——即使是在项目开发后期。要善于利用需求变更,帮助客户获得竞争优势。

    Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter timescale.

    要不断交付可用的软件,周期从几周到几个月不等,且越短越好。

    Business people and developers must work together daily throughout the project.

    项目过程中,业务人员与开发人员必须在一起工作。

    Build projects around motivated individuals. Give them the environment and support they need, and trust them to get the job done.

    要善于激励项目人员,给他们以所需要的环境和支持,并相信他们能够完成任务。

    The most efficient and effective method of conveying information to and within a development team is face-to-face conversation.

    无论是团队内还是团队间,最有效的沟通方法是面对面的交谈。

    Working software is the primary measure of progress.

    可用的软件是衡量进度的主要指标。

    Agile processes promote sustainable development. The sponsors, developers, and users should be able to maintain a constant pace indefinitely.

    敏捷过程提倡可持续的开发。项目方、开发人员和用户应该能够保持恒久稳定的进展速度。

    Continuous attention to technical excellence and good design enhances agility.

    对技术的精益求精以及对设计的不断完善将提升敏捷性。

    Simplicity--the art of maximizing the amount of work not done--is essential.

    要做到简洁,即尽最大可能减少不必要的工作。这是一门艺术。

    The best architectures, requirements, and designs emerge from self-organizing teams.

    最佳的架构、需求和设计出自于自组织的团队。

    At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly.

    团队要定期反省如何能够做到更有效,并相应地调整团队的行为。

  • 相关阅读:
    Feign调用文件上传服务接口样例
    Feign调用文件下载服务接口样例
    使用Spring Security的Basic Auth认证后Postman的POST请求不成功的可能原因
    Spring Boot应用的Controller返回的集合类数据是XML格式的可能原因
    Eureka Server增加Spring Security后的服务端和客户端配置
    Spring Data支持的关键字
    JPA(Hibernate)代理类的hibernateLazyInitializer属性系列化异常
    Spring Boot中fastjson的@JSONField(format = "yyyy-MM-dd HH:mm:ss")失效可能原因
    使用Java代码配置MyBatis Generator
    CentOS8.1中搭建Nexus3服务器
  • 原文地址:https://www.cnblogs.com/wzw91/p/5378064.html
Copyright © 2011-2022 走看看