Learning Loop | Glossary

 

Definition

A learning loop is a feedback loop, that is focused on increasing learning. Generally is based on these steps: making an assumption (goal setting ), building something (carrying out activities), getting feedback on what was built, and then using it to inspect/ modify what was done, relative to what was assumed (or goal was set) in the first place..

Further Reading

  • The Feedback Loop: Using Formative Assessment Data for Science Teaching and Learning” (book), by Erin Marie Furtak, Howard M. Glasser, and Zora M. Wolfe.
  • For more on Learning Loop, read here.

Known Technical Debt | Glossary

 

Definition

Technical Debt is the extra cost incurred during development period, when a short and quick solution is used instead of a safer one that would take more time. Known Technical Debt is one of its’s status categories. It represents the debt that is known/made visible to the development team for future consideration (and development phases).

Further Reading

  • Refactoring for Software Design Smells: Managing Technical Debt”(book), by Girish Suryanarayana.
  • For more on Known Technical Debt, read here, here and here.