Changes between Initial Version and Version 1 of Ticket #6452
- Timestamp:
- 05/25/2015 01:20:10 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6452 – Description
initial v1 1 As part of # 9485, all functional classes were moved into `/classes` subdirectories, and into dedicated files for each class. At the time, I believe we intentionally skipped the `_Template` loop classes. Looking back at this, I think it's worth revisiting separating them out into their own files.1 As part of #6083, all functional classes were moved into `/classes` subdirectories, and into dedicated files for each class. At the time, I believe we intentionally skipped the `_Template` loop classes. Looking back at this, I think it's worth revisiting separating them out into their own files. 2 2 3 3 Somewhat related to this are #1479 and #1269, where this concentrated initiative of touching these classes all at once could benefit other areas of the codebase.