-
Notifications
You must be signed in to change notification settings - Fork 54
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
Initial feedback on project (organization) #4
Comments
Thanks for the feedback, we'll go through it! I can immediately respond regarding the first point: we will eventually switch to PHP 7.0 only. We use it ourselves. However, the most recent Developer Ecosystem Survey suggests that 5.6 is still widely used (more than 7.0). Moreover, the end-of-life for it is scheduled on December 31st, 2018, which is still a way to go. Sources |
other suggestions:
|
@LauLaman Thanks, these are valid improvements. We will implement those in a near future. |
FYI: https://gophp71.org, would aim for PHP |
Some feedback on the current approach:
public
,protected
,private
) of constants, which seem to be used extensively in the codecomposer.json
should be omittedcomposer.lock
should probably not be committed to repository and part of.gitignore
.idea
folder should probably not be committed to repository and part of.gitignore
lib
folder should "probably" be renamed tosrc
lib
suggests 3rd party code, whilesrc
is "your" code...The text was updated successfully, but these errors were encountered: