Notes on Coding in 2025

3 months ago 5
### Description *1-3 high level sentences on what i want to implement* e.g.: "Users want to... Therefore we need a button to..." ### Knowledge *all information required for the implementation as bullet points* e.g.: - you can get the data from /api/foo/bar - the result is a json object with a `bar` key ### Plan (high level) *high level implementation plan as ordered list* e.g.: 1. add the button to the [overview page](...) 2. write component tests 3. write api tests
Read Entire Article