We are not here to do your homework people. If you need help that is one thing but when you post crap that says: "I need to write a program for ... and have no clue. Please help."
Rule 1: When in doubt Google! - Try to search for the answer to what you're trying to do before you ask people. There is tons of code out there. You just have to know where to find it.
Rule 2: Try before asking - Do not post a question on the forum saying that you don't know how to program something if you have not tried to program it yourself.
I am a college student who is taking a full load of courses and I work 40 hrs a week as a Junior Developer for an engineering firm. I understand the demands of school, but you're never going to learn by having someone else do your homework.
Keep this block of code in mind when asking questions. I posted this about 2 weeks ago on another thread.
While( !User.hasAnswer )
{
User.askQuestion();
if( User.postCode && User.putForthEffort )
{
CodeCallMembers.Help();
User.hasAnswer = true;
}
else
{
CodeCallMembers.Laugh();
}
}
Would anyone else like to join me in venting? :)


Sign In
Create Account


Back to top









