Page 1 of 1

How to become successful programmer ?

Posted: Thu Oct 13, 2011 7:44 pm
by Alg0r1thm
Hi borthers,

That is a question each programmer ask himself ,

I know the practice makes perfect , but if you have some expreriences please send reply !

How did you become good programmer ?

What are you doing to be good programmer ?

Thanks in advance

Re: How to become successful programmer ?

Posted: Thu Oct 13, 2011 7:52 pm
by EcazS
You practice to be a good programmer. There is nothing more to it.
It's all about how you practice though.

Re: How to become successful programmer ?

Posted: Thu Oct 13, 2011 8:06 pm
by Alg0r1thm
Consider you saw tutorial !

How much should you see tutorial to become good programmer ?

How much you should see other people methods?

How can you build your own gigantic application ?

Re: How to become successful programmer ?

Posted: Thu Oct 13, 2011 8:44 pm
by EcazS
It's not about watching tutorials. It's about trying new things that you've never done before. Instead of creating the same thing in 50 different ways, make it once and then hop onto something else.

This is were I love the PHP competitions, you'll (mostly) get to create something you haven't done before. Like now, I've never though of making a simple crawler and now that I've made one, I can pick out things from it and make something completely different out of it.

Watching other peoples methods helps sometimes, it really depends on what you mean. Stick to your programming methods but make sure they're not stupid.

And how to build a "gigantic application".
1) Get an idea.
2) Learn what you NEED, to make it.
3) Get out notepad.
4) Build it.
5) <- This step is optional, sell it for millions.

Re: How to become successful programmer ?

Posted: Thu Oct 13, 2011 9:27 pm
by Alg0r1thm
My problem is in collecting info for what I need !

I don't know sense of being frustrated ,

How should we collect info ?

Re: How to become successful programmer ?

Posted: Thu Oct 13, 2011 9:45 pm
by EcazS
Alg0r1thm wrote: How should we collect info ?
http://www.php.net search for the function if you need to know how to use it.
Or Google something you're trying to do. It all depends on the project.

Re: How to become successful programmer ?

Posted: Thu Oct 13, 2011 11:14 pm
by jacek
You should probably stop using tutorials as soon as you can. You need to think for yourself to get anywhere really :D