Description
Every source file contains large #region TODO blocks of commented-out code for GenericModel<T> variants that were never finished. Across all five files this amounts to ~850 lines of dead code that adds noise and maintenance burden without providing value.
Affected Files
Decision Required
- Implement the
GenericModel<T> variants properly and ship them (tracked separately), then delete the commented blocks — or —
- Delete the commented blocks outright; git history preserves them if they're ever needed again.
Either way, the commented blocks should not remain in the shipping source.
Acceptance Criteria
Description
Every source file contains large
#region TODOblocks of commented-out code forGenericModel<T>variants that were never finished. Across all five files this amounts to ~850 lines of dead code that adds noise and maintenance burden without providing value.Affected Files
Decision Required
GenericModel<T>variants properly and ship them (tracked separately), then delete the commented blocks — or —Either way, the commented blocks should not remain in the shipping source.
Acceptance Criteria
#region TODOcomment blocks remain in any.csfile in the library project