Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Glossary and References

Say edited this page Oct 12, 2024 · 3 revisions

Collection of educational ressources and short explanations for terms used in this wiki / project.

Extreme programming

Wikipedia
Basically, developers can freely grab any tickets from todo when looking for new things to work on. PM organize IPMs when needed to re-populate the column with the help of the developers. Pairing is strongly encouraged if you have the capability to do so to ensure a continuous review cycle.

Project Manager

In our scope similar to a scrum master. Drafts tickets, organizes IPMs. TODO: Decide if PM also interfaces with the stakeholders or if we want a separate role for that.

Integration planning meeting

Meeting, in which the team decides on which tickets from the backlog get moved to todo, discuss them quickly and potentially refine their contents.

Test driven development

  1. Write test
  2. Write implementation
  3. Potentially refactor Wikipedia

Gitflow

Basically what we learned in SoE. We currently only care about feature branches though... 🤷🏻

Trunk based development

https://trunkbaseddevelopment.com/

Hexagonal / clean architecture

Wikipedia
Book

Clone this wiki locally