Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What is your perspective on the 10 best practices below? Define Metrics for your measurements goals Apply Goal-Question-Matric to choose metrics that help you control

What is your perspective on the 10 best practices below?

  1. Define Metrics for your measurements goals
    • Apply Goal-Question-Matric to choose metrics that help you control your development process
  2. Make definition of done explicit
    • Define specific Definition of Done to be able to tell how far away you are from your goals and to know when you are done
  3. Control code versions and development branches
    • User a version control system to control and merge different development tracks
  4. Control development, test, acceptance, and production environments
    • Take control over to achieve higher consistency in the way your software flows through the development pipeline
  5. Automate tests
    • Automate test enable near-instantaneous feedback on the effectiveness of modifications.
  6. Use continuous integration
    • Writing test and automating the build/test cycle makes developers work easier and repeatable. Combined with automated testing, you have more confidence in the actual behavior of the system.
  7. Automate deployment
    • Automate the process of pushing versions into production. This involves automation of tests and deployments steps, which gives more confidence when pushing into production, or rolling back when something goes wrong.
  8. Standardize the development environment
    • Because it relieves developers from having to manage manual configurations and makes the behavior of your software more predictable.
  9. Manage usage of third party code
    • Reuse software written by others avoids reinventing the wheel, but needs to be managed.
  10. Document just enough
    • Main items to document are nonfunctional requirements, high-level design decisions, and Definition of Done. Documentation needs to be current, concise and retrievable.

Please at least 200 words.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Accidental Data Scientist

Authors: Amy Affelt

1st Edition

1573877077, 9781573877077

More Books

Students also viewed these Databases questions

Question

What are the logistics implications of internationalisation?

Answered: 1 week ago