Remove outdated note

This commit is contained in:
Matt Nadareski
2026-04-16 19:17:45 -04:00
parent 2caab2c9cf
commit c409c47ae5

View File

@@ -28,7 +28,6 @@ using ItemStatus = SabreTools.Data.Models.Metadata.ItemStatus;
*
* Notable changes include:
* - Separation of Machine from DatItem, leading to a mapping instead
* + Should DatItem include an index reference to the machine? Or should that be all external?
* - Adding machines to the dictionary distinctly from the items
* - Having a separate "bucketing" system that only reorders indicies and not full items; quicker?
* - Non-key-based add/remove of values; use explicit methods instead of dictionary-style accessors