Skip to content

Commit 25cbbee

Browse files
committed
Use inc & dec instead of + & -.
1 parent 059defa commit 25cbbee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ compile time constants.
386386
(count (filter #{\a \e \i \o \u} "mary had a little lamb"))
387387
```
388388

389+
* Use `(inc x)` & `(dec x)` instead of `(+ x 1)` and `(- x 1)`.
390+
389391
## Naming
390392

391393
> The only real difficulties in programming are cache invalidation and

0 commit comments

Comments
 (0)