typos
This commit is contained in:
parent
ae48a5ce59
commit
af8e31c4a7
@ -36,10 +36,10 @@ Docstrings belong immediately after the function name and before the argument ve
|
|||||||
|
|
||||||
- Define functions before they are used—prefer ordering over `declare` except when truly necessary.
|
- Define functions before they are used—prefer ordering over `declare` except when truly necessary.
|
||||||
|
|
||||||
## Interactive Programming (a.k.a. REPL Drivern Development)
|
## Interactive Programming (a.k.a. REPL Driven Development)
|
||||||
|
|
||||||
### Align Data Structure Elements for Bracket Balancing
|
### Align Data Structure Elements for Bracket Balancing
|
||||||
**Always align multi-line elements vertically in all data structures (vectors, maps, lists, sets, all code). Misalignment causes the bracket balancer to close brackets incorrectly, creating invalid forms.
|
**Always align multi-line elements vertically in all data structures (vectors, maps, lists, sets, all code). Misalignment causes the bracket balancer to close brackets incorrectly, creating invalid forms.**
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
;; ❌ Wrong - misaligned vector elements
|
;; ❌ Wrong - misaligned vector elements
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user