Skip to content

Commit

Permalink
Add TODO about code style
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Mar 6, 2024
1 parent 06d448b commit 12839b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* Minimize undefined checks. The fact that we have them in so many places is a smell I
don't like!
* Eliminate all positional parameters from functions with >1 parameter (partial exceptions are
OK for functions with obvious context, like
`const logMessage = (message: str, params: {...}) -> ...`


### Names

Expand All @@ -12,6 +16,7 @@
* selectedRegion -> selectedRegionName
* selectedRegionObject -> selectedRegion


### State

* More consistent use of jotai-tanstack-query functions
Expand Down

0 comments on commit 12839b9

Please sign in to comment.