Scrum and Technical Practices
Scrum and Technical Practices While technical practices aren’t specifically included as a part of Scrum, the rapid pace of development using Scrum often requires that …
Scaling Agile with You
Scrum and Technical Practices While technical practices aren’t specifically included as a part of Scrum, the rapid pace of development using Scrum often requires that …
Coding Principles purpose Application Architecture Cross – Cutting concerns (concerns across different layers / modules / classes within the application) should also be addressed. Example …
DRY Principle Functionality Flow principle is a coding principle. Dry refers to the existence of minimum duplication in a code : DRY is the principle …