Changes between Initial Version and Version 1 of Ticket #29548, comment 6
- Timestamp:
- 06/24/2015 12:26:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29548, comment 6
initial v1 1 @dd32: In the scenario where a subclass method is introduced that "extends" a parent class method, I think we'd do better to use an `@since` for where the subclass was introduced rather than inherit it. When you think about it in terms of a "changelog" entry it makes a lot more sense to be able to see when a subclass stopped relying on the parent method to handle that logic. 1 @dd32: In the scenario where a subclass method is introduced that "extends" a parent class method, I think we'd do better to use an `@since` for where the subclass method was introduced rather than inherit it. When you think about it in terms of a "changelog" entry, it makes a lot more sense to be able to see when a subclass stopped relying on the parent method to handle that logic. 2 3 Edit: grammar