Forum Answer Types
Moderator: General Moderators
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
Forum Answer Types
Just a quick question as to what people can expect from answers on these forums...
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
if the code is simple and short i will usually just write it out for them and try to further divulge on the situations it should be used and its associated functions
if the code is simple but long i usually use a psudeo / php hybrid, and divulge more so than b4
if teh script is complex and i dont really understand it, i will try and narrow down any possible errors and examine formatting and then leave it to one of the better coders on the forums, however i show greater personal interest and learn from these topics
my $0.02
if the code is simple but long i usually use a psudeo / php hybrid, and divulge more so than b4
if teh script is complex and i dont really understand it, i will try and narrow down any possible errors and examine formatting and then leave it to one of the better coders on the forums, however i show greater personal interest and learn from these topics
my $0.02
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
I second theemalcolmboston wrote:if the code is simple and short i will usually just write it out for them and try to further divulge on the situations it should be used and its associated functions
if the code is simple but long i usually use a psudeo / php hybrid, and divulge more so than b4
if teh script is complex and i dont really understand it, i will try and narrow down any possible errors and examine formatting and then leave it to one of the better coders on the forums, however i show greater personal interest and learn from these topics
my $0.02
GUIDELINES FOR ANSWERING QUESTIONS
It's always good to remember that it's not just how you ask a question that is important - how you answer a question should be thought out too.
It's always good to remember that it's not just how you ask a question that is important - how you answer a question should be thought out too.
- Don't just post RTFM - try and give a link to the section of the manual that is relevant.
- Read the question carefully, if you don't understand what's being asked, say so.
- Read the other answers in the thread, don't just read the first and last posts - you could be missing a lot inbetween if you do and it could make the help you give irrelevant. It may also be frustrating for those already involved in the thread to see that you've ignored their input.
- Try and help people help themselves, if someone has posted an link to the relevant area of the manual (or a tutorial or other example page) don't just post a cut-and-paste code snippet, yes you know the answer but give the poster a chance to try and sort it themselves.
- Respect other posters - if you are elaborating or disagreeing with what's been said be constructive.
- Explain your answer - don't just post a bunch of code with no clue as to what it fixes/replaces.
- Remember that just because you always do something one way does not mean it is the right way, neither is someone else's code immediately wrong because you don't recognise the functions they're using - use the manual to make sure you know what you're talking about.
- register_globals is off by default, unless you're helping those with older PHP versions (4.0.6 or below) please use the superglobal arrays when dealing with user input.
- Check your code - if you can just run it to check for parse errors.
- Telling someone to turn down their error reporting is not a valid solution.
- no_memories
- Forum Contributor
- Posts: 145
- Joined: Sun Feb 01, 2004 7:12 pm
- Location: New York City