Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When to remove the version hints (for subsequent releases)? #308

Closed
sypets opened this issue Nov 6, 2022 · 1 comment
Closed

When to remove the version hints (for subsequent releases)? #308

sypets opened this issue Nov 6, 2022 · 1 comment
Labels
decision required This issue requires a decision before we can proceed. question

Comments

@sypets
Copy link
Contributor

sypets commented Nov 6, 2022

At some point, the version hints may no longer be required and they add clutter. If this is decided, it could be documented, e.g. here:

https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/CodingGuidelines.html#version-hints

My opinion is, it could be removed at the version of the version hint +2 (so, when added in 10, can be removed for 12).

That means, people have 2 versions to adjust. Sometimes people upgrade several versions at once, but I assume those can be considered to be on a more "expert" level anyhow.


e.g. versionadded, versionchanged etc.

New in version 10.0: Feature: #84112 - Symfony dependency injection for core and extbase

https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/DependencyInjection/Index.html

Here we have something which was added in 10.x, it is still there for 11.x and 12.

@sypets sypets added question decision required This issue requires a decision before we can proceed. labels Nov 6, 2022
@linawolf
Copy link
Member

We decide this on the fly depending on how important a topic is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
decision required This issue requires a decision before we can proceed. question
Projects
None yet
Development

No branches or pull requests

2 participants