amtgard / ORK3

Version 3 of the Online Record Keeper
Other
23 stars 12 forks source link

Convert ORK to PSR-1 #99

Open BenOvermyer opened 8 years ago

BenOvermyer commented 8 years ago

The ORK should conform to PSR-1, the Basic Coding Standards recommendation.

This will simplify the process of onboarding new developers as well as make maintaining the ORK easier going forward.

BenOvermyer commented 8 years ago

This is blocked by #98.

esdraelon commented 7 years ago

I have been reviewing PSR requirements on and off for the last 2 years. I am not sold on this. I understand the impetus, but it will be a lot of work, and it largely solves a problem which may not be completely pertinent.

Just for reference, I have been writing most of my new code in PSR-standards, including libraries, so I have nothing against it. It's just with limited coding resources available, I'm hoping to focus on value-add for our users.

BenOvermyer commented 7 years ago

Mind if I start converting pieces to PSR-1?