Replies: 2 comments 5 replies
-
@shaedrich I see you want to clean up and put stuff in order:) |
Beta Was this translation helpful? Give feedback.
-
As a coder I prefer to have things consistent in my editor - but the choice of which of the current multiple ways is also important, and personally I would prefer to have things inconsistent if the choice of way is one I absolutely dislike (better to have some that are OK rather than none that are OK). It seems to me that @shaedrich Sebastian is looking for input from the community here on what choices to narrow down to. And personally, for the sake of absolute clarity, I would like to see a detailed comment here giving examples of the choice to narrow to for each of the inconsistencies. Sebastian, is this something that you can provide? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When checking code block contents in the docs, I saw a lot of inconsistencies:
<?php
be included or omitted? ([docs] Code samples: Should the <?php be included or omitted at the beginning? #54661)class ClassName { … }
be included or omitted when describing a method?namespace
be included or omitted? ([docs] Code samples: Should the namespace be included or omitted? #54662)use
statement for used classes, traits, and interfaces be included or omitted? ([docs] Code samples: Should the use statement for used classes, traits, interfaces, enums, etc. be included or omitted? #54663)Beta Was this translation helpful? Give feedback.
All reactions