Hacker News new | ask | show | jobs
by samsnelling 4054 days ago
I'm working on a similar project, although mine isn't OS yet. Overall, I enjoyed looking at some of the decisions you made! Good job.

Might I suggest a few tools that have really helped me:

[1 CodeSniffer - Set up some code rules!

[2] Codacy - Good PHP support / An alternative is CodeClimate

[3] PSR guidelines - This should help with some standardizing.

-----

I'll be reviewing this more in depth later. Best of luck!

[1] https://github.com/squizlabs/PHP_CodeSniffer

[2] https://www.codacy.com/

[3] http://www.php-fig.org/psr/

1 comments

Thanks, now mines out there I might clean it up. It was just sitting there and I figured, why not show someone and get some feedback...