Remove usage of Tuple #45

Closed
opened 2026-01-29 16:08:18 +00:00 by claunia · 0 comments
Owner

Originally created by @mnadareski on GitHub (Jun 20, 2018).

Originally assigned to: @mnadareski on GitHub.

Personal goal to remove the usage of Tuple from the codebase. Either replace with a list of KeyValuePair or with a Dictionary<string, T>.

Update, look into OrderedDictionary<T>: https://msdn.microsoft.com/en-us/library/system.collections.specialized.ordereddictionary(v=vs.110).aspx and https://www.codeproject.com/Articles/18615/OrderedDictionary-T-A-generic-implementation-of-IO

Originally created by @mnadareski on GitHub (Jun 20, 2018). Originally assigned to: @mnadareski on GitHub. Personal goal to remove the usage of Tuple from the codebase. Either replace with a list of `KeyValuePair` or with a `Dictionary<string, T>`. Update, look into `OrderedDictionary<T>`: [https://msdn.microsoft.com/en-us/library/system.collections.specialized.ordereddictionary(v=vs.110).aspx](https://msdn.microsoft.com/en-us/library/system.collections.specialized.ordereddictionary(v=vs.110).aspx) and [https://www.codeproject.com/Articles/18615/OrderedDictionary-T-A-generic-implementation-of-IO](https://www.codeproject.com/Articles/18615/OrderedDictionary-T-A-generic-implementation-of-IO)
claunia added the enhancement label 2026-01-29 16:08:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#45