R: data clump -> deltaX, deltaY -> Vector
This commit is contained in:
parent
bc7f93c387
commit
37b23abbd4
3 changed files with 21 additions and 8 deletions
11
TECHDEBT.md
11
TECHDEBT.md
|
|
@ -1,11 +1,18 @@
|
|||
# TODO
|
||||
|
||||
# RPP
|
||||
- [ ] Refine Abstractions
|
||||
- [ ] long parameter list
|
||||
- [ ] data clump
|
||||
- [ ] primitive obsession
|
||||
- [ ] middle man
|
||||
|
||||
# Mikado
|
||||
- [x] Remove deltaX, deltaY in Heading
|
||||
- [x] NORTH, etc -> Vector(0, 1)
|
||||
- [x] move -> return Pair but using vector
|
||||
- [x] Add Vector to enum class Heading
|
||||
- [x] Create Vector data class
|
||||
|
||||
# RPP
|
||||
- [ ] Design Patterns
|
||||
- [ ] SOLID++
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue