-
Notifications
You must be signed in to change notification settings - Fork 23
Deprecated Features and Components
Josh Tucholski edited this page Jan 15, 2025
·
7 revisions
This page tracks features and components that have been removed from the codebase.
Sometimes, we remove code or components that aren’t needed now but could be useful in the future. While Git logs this history, finding and identifying past code isn’t always straightforward, especially if the original authors are no longer on the team.
This page provides a simple record of why components or features were retired, their original purpose, and any considerations for future reuse. When deciding what to document here, focus on decisions the team might later question or revisit.
## [Feature/Component Name]
- **Purpose:** [Brief description of what the feature/component was used for.]
- **Date Removed:** [Month Day, Year]
- **Reason for Removal:** [Why was this feature deprecated? E.g., replaced by another feature, no longer needed, obsolete technology, etc.]
- **Related Commit/PR:** [Link to relevant Git commit or pull request.]
- **Future Considerations:** [If applicable, outline when or how this feature might be reused, or any blockers for reintroduction.]