Replies: 9 comments 7 replies
-
full support for 1,2,3 |
Beta Was this translation helpful? Give feedback.
-
I kinda like underscore prefix for protected methods and properties. But I can live without it. |
Beta Was this translation helpful? Give feedback.
-
I think this has to be discussed in an RFC kinda way, my 2 cents:
|
Beta Was this translation helpful? Give feedback.
-
I am good for 1 ,2, 3, 4. Point 5 note on v20 is a bit of a hassle, if we have point 4 I would also like to hear from other contributors: @addison74, @empiricompany, @elidrissidev, @kyrena, @luigifab, @colinmollenhour, @justinbeaty, @m-overlund, @pquerner, @Judx, @ma4nn, @dbachmann |
Beta Was this translation helpful? Give feedback.
-
I agree to go in this direction, although we need to be careful because errors can be easily created particularly with points 1 and 2.
I also share the same opinion, I would keep the current coding style. |
Beta Was this translation helpful? Give feedback.
-
Yep, I also like points 1.-2.+4. 👍
Although I don't like the underscore prefixing (and I don't use it in my OpenMage projects for custom code), I agree that consistency is more important here. Also thinking about some methods like But I think lots of the discussions here relate to the question: what is the goal/vision of the OpenMage project?
If the statement in the README is still relevant ("maintaining a high level of backwards compatibility to the official releases"), then the "underscore question" should be easy to answer. |
Beta Was this translation helpful? Give feedback.
-
I think:
|
Beta Was this translation helpful? Give feedback.
-
I got pretty much the same comments:
|
Beta Was this translation helpful? Give feedback.
-
|
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.
-
Long story short ...
My proposals are:
declare(strict_types = 1);
for new classes@since <version>
to docblockBeta Was this translation helpful? Give feedback.
All reactions