...

/

Techniques and Good Practices: Standards

Techniques and Good Practices: Standards

Learn about important considerations while developing standards in an agile process.

It doesn’t matter if a team is small or large—its members should all follow the same coding and design standards. This standard is typically accompanied by the programming model, which is a general guideline on how to use the architecture, any specific patterns, and the like.

Why do standards fail?

If a standard is not met, we have to find and eliminate the reasons for ...