How to become successful programmer ?

Talk about anything in here.
Post Reply
Alg0r1thm
Posts: 64
Joined: Mon Sep 12, 2011 7:57 pm

How to become successful programmer ?

Post 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
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: How to become successful programmer ?

Post by EcazS »

You practice to be a good programmer. There is nothing more to it.
It's all about how you practice though.
Alg0r1thm
Posts: 64
Joined: Mon Sep 12, 2011 7:57 pm

Re: How to become successful programmer ?

Post 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 ?
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: How to become successful programmer ?

Post 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.
Alg0r1thm
Posts: 64
Joined: Mon Sep 12, 2011 7:57 pm

Re: How to become successful programmer ?

Post 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 ?
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: How to become successful programmer ?

Post 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.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: How to become successful programmer ?

Post by jacek »

You should probably stop using tutorials as soon as you can. You need to think for yourself to get anywhere really :D
Image
Post Reply