Coding convention rewrites 2-5-2 of 2-14-2
PR request 3469 is out which contains changes towards a Friendica-wide coding-convention. As requested earlier, I have splitted my 119 (!) files large PR into several small to make it easier for the reviewers (not to review tons of changes but small chunks then).
So as you (dear users) can see, #Friendica is being rewritten in many directions. No new stuff but more clear code where I hope to have later an even more clear code (better understandable by humans, a computer can read any badly formatted code as long as it is valid).
Edit: Here is the link to the PR: github.com/friendica/friendica…
Rabuzarus likes this.
Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •include/text.php
, in the start of the PR I just rebased the branch towardsupstream/develop
.Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •Next rewrite chunk is up: 2-7-2 is making the round:
github.com/friendica/friendica…
Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •./vendor/
directory then. Because looked globally (PHP community) most projects usingcomposer install
will ignore it because it is considered as "build" (locally recreated) directory.Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •composer install
. If that is to hard/impossible for some users, then they should download pre-built "binary" packages (including vendor).Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •