R: Rover.constructor use copy() on state

This commit is contained in:
Paul Hameteman 2025-10-14 23:02:00 +02:00
commit eb63607e53
2 changed files with 8 additions and 5 deletions

View file

@ -11,8 +11,8 @@
- [ ] Rover.turnLeft use copy() on state
- [ ] Rover.turnRight use copy() on state
- [ ] Rover.move use copy() on state
- [ ] Rover.constructor use copy() on state
- [ ] Change RoverState to Data Class
- [x] Rover.constructor use copy() on state
- [x] Change RoverState to Data Class
# RPP
- [ ] Refine Abstractions