feat: added notes to drafts
This commit is contained in:
parent
c807832724
commit
30e6abdd33
15 changed files with 61 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue