feat: moved posts into draft files
This commit is contained in:
parent
03b22a9a36
commit
a035c08249
30 changed files with 172 additions and 163 deletions
4
posts/drafts/functional-programming.md
Normal file
4
posts/drafts/functional-programming.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue