Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Sep 25, 2023
1 parent dc32ce6 commit 0b2c568
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions lib/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# A refactor

... after 8+ years

---

tree generics
- node visitor (base for possible future filter, comparator, etc.)

builder:
- only callables for tree building
- use strategy instead of traits

omit:
- tree classes (not needed)
- replace with a tree manipulator
- comparator (too complex for now)

refactor
- traits into classes

0 comments on commit 0b2c568

Please sign in to comment.