Scrum and Technical Practices : Spikes, estimation and time-boxing
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 …
Technical Spike definition Evaluation of technical elements for a proposed solution is a technical Spike. Technical Spike purpose A technical Spike may be used for …
Functional Spike definition Mockups and wireframes are a spike however can be categorized under Functional Spikes. Functional spikes are often best evaluated through some level …
Architectural Spike definition A Spike is a quick and dirty implementation, a prototype that will be thrown away. Architectural Spike purpose An architectural Spike is …
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 …
Technical Debt definition Technical Debt is the typically unpredictable overhead of maintaining the product, often caused by less than ideal design decisions, contributing to the …
Bug discovery purpose Bugs create Debt Debt types Incremental Debt : Caused by repeating the above without any work to reduce the debt Inadvertent debt: …
Bug Report purpose A bug report “should explain how exactly the product is broken.” Bug Report essentials There Key essential for every bug report are …
Bug definition A software bug is an error, flaw, failure, or fault that produces an incorrect or unexpected result. Bug discovery purpose Bugs create Debt …
Testing purpose Testing is considered a good agile development practice to think through requirements before writing functional code : It helps to consider work in …