feat: added notes to drafts

This commit is contained in:
Leyla Becker 2026-02-17 23:21:41 -06:00
parent c807832724
commit 30e6abdd33
15 changed files with 61 additions and 5 deletions

View file

@ -1,4 +1,5 @@
- Functional programming makes your code observable, maintainable, and accessible by default.
- makes it easier to learn what a part of the code does because it doesn't depend on external context that can mutate local state
- capturing inputs and outputs as function state allows you to test without mocks
- track the entire input state in your logs
- testing front end components like you are a screen reader
- testing front end components like you are a screen reader makes them more accessible