Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 341 Bytes

BackLog.md

File metadata and controls

6 lines (5 loc) · 341 Bytes

Value's Backlog

  1. Extract Concrete type from base class EquatableByValue that may be agreggated and reused by it and other types (i.e. favor composition over inheritance)
  2. Implement decorators: DictionaryByValue, StackByValue, QueueByValue
  3. Find better names for ....ByValue
  4. Profile perf and improve implementations if necessary