Ask HN: Place to get code checked and get advice on it?
hey,
recently I've had to start picking up PHP for university.
As we do IT-security as a different subject I coded the first assignment for that class in PHP, to get to know PHP better and to try to fix the problem before I implement it in C++.
Now, I am not sure if this code and algorithm are as good as it could be (I am actually pretty sure it isn't) and I want to improve and learn. Hence I was wondering if there is a good place where people give advice on such.
Searching google I didn't seem to find anything matching with the terms I searched for and the forums I found usually had small snippets that were designed for other people to use.
Thanks in advance.
6 comments
[ 3.1 ms ] story [ 26.9 ms ] threadThis will result in dozens of helpful strangers posting detailed critiques of your coding style, logic, work flow and parentage. Ignore the invective and look for the ones that post code snippets; if a post with a code snippet says you're doing it wrong, figure out if that is truly a better way of doing things; if so, adopt it.
I will try that, thanks.
Another option would be the codereview part of stackexchange.
http://codereview.stackexchange.com/