Reputation: 7095
I am new to the world of coding as well as PHP. As I am looking at putting together a minor web application for a small client, how do I get my code reviewed without giving away what the client considers to be private to them so that I know my code is well-written, adheres to standards and is secure?
Upvotes: 1
Views: 162
Reputation: 78523
You can obfuscate what the client considers private and post it on https://codereview.stackexchange.com/.
And there are all sorts of tools, e.g.:
http://pear.php.net/manual/en/package.php.php-codesniffer.php
Upvotes: 4
Reputation: 141858
Hiring a consultant is your best bet.
If you have specific, small chunks of code to review then https://codereview.stackexchange.com/ may be of interest.
See also this question, for automated ways to check your code quality.
Upvotes: 3
Reputation: 13435
You don't. You get a trusted individual/company, sign NDAs, and have legal protections.
How to choose somebody is a double edged sword: There are definite benefits to having the client make the decision of who to hire, which takes you out of the equation in case anything goes badly... however, you also don't want somebody who is there to 'steal' your business.
Upvotes: 7