Update Technical future / Andreas

Andreas Svanberg 2025-02-14 18:19:45 +01:00
parent dab7bc03d7
commit 442aa0ccd1

@ -49,4 +49,7 @@
23. Create some "How to work in Gitea" guide
24. "Make the change easy then make the easy change"
* When making changes to the system, if it is not easy to do, make it easy first
1. Replace `java.util.Date` with `java.time`
25. Replace `java.util.Date` with `java.time`
26. Stop using `DomainObject`s `dateCreated` and `lastModified` for business logic
* They should be for auditing and debugging
* Things like project start date, first meeting time, final seminar date, and so on should have their own specific values (and proper date type which may not be `Instant` (`java.util.Date`)