Skip to content

Commit

Permalink
Update some items in TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Jul 5, 2024
1 parent 4f45349 commit 0f12148
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# TODOs, notes, and various thoughts

## TODOs
- [ ] `=` and `\in` should be `in` in for loops
- [ ] Space after `,` in tuples, function calls, function definitions, `{}` etc.
- [ ] No leading/trailing space in tuples etc `( a, b )` -> `(a, b)`
- [x] `=` and `\in` should be `in` in for loops
- [x] Space after `,` in tuples, function calls, function definitions, `{}` etc.
- [x] No leading/trailing space in tuples etc `( a, b )` -> `(a, b)`
- [ ] Disallow putting kwargs before all positional args when calling functions
- [ ] Space after `;` in named tuples, keyword arguments (callsite and definitions)
- [ ] Indentation
- [x] Indentation
- [ ] Trim trailing `;` togheter with ws.
- [ ] Whitespace in ternaries
- [ ] Parenteses around expressions in `:` operator (e.g. `1 + 2:3` -> `(1 + 2):3)`)
- [x] Whitespace in ternaries
- [x] Parenteses around expressions in `:` operator (e.g. `1 + 2:3` -> `(1 + 2):3)`)


## Ideas
Expand Down

0 comments on commit 0f12148

Please sign in to comment.