feat: moved posts into draft files

This commit is contained in:
Leyla Becker 2026-02-11 21:32:47 -06:00
parent 03b22a9a36
commit a035c08249
30 changed files with 172 additions and 163 deletions

View file

@ -0,0 +1,4 @@
- Functional programming makes your code observable, maintainable, and accessible by default.
- 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