Click to See Complete Forum and Search --> : I need assistance to develope myself


odesseyceaser
10-28-2009, 01:56 PM
am fresh programmer trying to be like you people out there. please i need you guideline, advices and professiona intruction to help me use php effectively and develope good application

NogDog
10-29-2009, 02:01 AM
function becomeGoodProgrammer($self)
{
if(getMagicWand())
{
return useMagicWand($self));
}
else
{
while(stillN00b($self))
{
readProgrammingBooks($self);
takeProgrammingClasses($self);
writeLotsOfCode($self);
}
}
return "We don't need no stinkin' magic wands!";
}

bradgrafelman
10-29-2009, 06:21 AM
function becomeGoodProgrammer($self)
{
if(getMagicWand())
{
return useMagicWand($self));
}
else
{
while(stillN00b($self))
{
readProgrammingBooks($self);
takeProgrammingClasses($self);
writeLotsOfCode($self);
}
}
return "We don't need no stinkin' magic wands!";
}
And it's even procedural-style code, too! :p

Roger Ramjet
10-31-2009, 10:03 AM
The reality is that we (can) learn from our mistakes, so the more 'mistakes' you make the more you (can) learn. Most people find it difficult to do this and keep on making the same mistake again and again.

So you just have to spend a lot of time writing code, no matter how much reading and training you do as well.

Neville1985
10-31-2009, 11:03 AM
function becomeGoodProgrammer($self)
{
if(getMagicWand())
{
return useMagicWand($self));
}
else
{
while(stillN00b($self))
{
readProgrammingBooks($self);
takeProgrammingClasses($self);
writeLotsOfCode($self);
}
}
return "We don't need no stinkin' magic wands!";
}


i can't believe you actually took the time to write that out hahah. Going in the lib for sure haha. Sound advice tho :P