Scrum and Technical Practices : Spike
Spike definition A spike is an investment to make the story estimable or schedule-able. A spike is a product development method originating from Extreme Programming …
Scaling Agile with You
Spike definition A spike is an investment to make the story estimable or schedule-able. A spike is a product development method originating from Extreme Programming …
Merging definition Merging is a fundamental operation to combine and reconcile multiple changes, which results in a single collection of files containing both sets of …
Branching definition Creating a logical or physical copy of code within a version control system so that this copy might be changed in isolation. Branching …
Version Control definition Version control (also known as revision control or source control) is a category of processes and tools designed to keep track of …
Version Control definition Version control (also known as revision control or source control) is a category of processes and tools designed to keep track of …
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 …
DRY Principle Functionality Flow principle is a coding principle. Dry refers to the existence of minimum duplication in a code : DRY is the principle …
Coding Principles Application Architecture Cross – Cutting concerns (concerns across different layers / modules / classes within the application) should also be addressed. Example of …