Closed holtkamp closed 6 years ago
@holtkamp
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.
other suggestions:
README.md
:
@LauLaman Thanks, these are valid improvements. We will implement those in a near future.
FYI: https://gophp71.org, would aim for PHP 7.1
😄
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...