Author Topic: Is it normal to feel like an idiot when first learning?  (Read 727 times)

0 Members and 1 Guest are viewing this topic.

Offline m1kesanders

  • Serf
  • *
  • Posts: 48
  • Cookies: -5
  • I'm sarcastic, somewhat new, and a grey hat
    • View Profile
Is it normal to feel like an idiot when first learning?
« on: April 27, 2014, 01:49:50 am »
I started learning programming last year, and what everyone made seem easy is actually not so easy, and honestly I feel like a complete idiot every time I code, because whenever I create a program or do anything there's always someone who says "you could've made that in 10 lines instead of 25" now don't get me wrong I love and appreciate the help, well I guess my question is how long did it take you until you stopped feeling stupid or did you feel stupid in the first place?

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Is it normal to feel like an idiot when first learning?
« Reply #1 on: April 27, 2014, 02:04:40 am »
Yes its normal. Idd say its a good sign. It will take a long time, if ever to not feel like an idiot from time to time.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Matriplex

  • Knight
  • **
  • Posts: 323
  • Cookies: 66
  • Java
    • View Profile
Re: Is it normal to feel like an idiot when first learning?
« Reply #2 on: April 27, 2014, 02:23:22 am »
Yeah.

Everyone still feels like an idiot every once and a while even if they're experienced. Totally natural.
\x64\x6F\x75\x65\x76\x65\x6E\x00

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Is it normal to feel like an idiot when first learning?
« Reply #3 on: April 27, 2014, 02:43:17 am »
Is it normal to feel like an idiot when first learning?
No. You suck and everyone is better then you.....  :P

I think you're fine.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline bluechill

  • Cybermancer
  • Royal Highness
  • ****
  • Posts: 682
  • Cookies: 344
  • I am the existence in these walls
    • View Profile
Re: Is it normal to feel like an idiot when first learning?
« Reply #4 on: April 27, 2014, 05:28:58 am »
I started learning programming last year, and what everyone made seem easy is actually not so easy, and honestly I feel like a complete idiot every time I code, because whenever I create a program or do anything there's always someone who says "you could've made that in 10 lines instead of 25" now don't get me wrong I love and appreciate the help, well I guess my question is how long did it take you until you stopped feeling stupid or did you feel stupid in the first place?

It's not normal to feel like an idiot.  It is normal, however, to feel like you're missing some of the big picture, if not most of it, and that what you're doing doesn't feel quite right and that the compiler is some native speaker teacher who complains at every mistake you make until you get something which works good enough, whether it says what you intended though is another thing.

Basically learning a programming language is like learning another language irl.  You feel like you're missing a lot, and you are, but over time you improve and you eventually feel competent in the language.  Oh, and that native speaker teacher who always seemed like she/he hated you for being so horrible? They become your best friend and you can regularly talk about whatever and it will actually mean what you say.
I have dreamed a dream, but now that dream has gone from me.  In its place now exists my own reality, a reality which I have created for myself by myself.

Offline Architect

  • Sir
  • ***
  • Posts: 428
  • Cookies: 56
  • STFU
    • View Profile
    • Rootd IRC
Re: Is it normal to feel like an idiot when first learning?
« Reply #5 on: April 27, 2014, 08:30:36 am »
Just don't be like bluechill and actually talk to your compiler.
« Last Edit: April 27, 2014, 08:31:03 am by Architect »

Offline Teapot

  • Peasant
  • *
  • Posts: 127
  • Cookies: -2
  • E-Book Whore
    • View Profile
Re: Is it normal to feel like an idiot when first learning?
« Reply #6 on: April 28, 2014, 11:04:42 am »
Just don't be like bluechill and actually talk to your compiler.

I cuss my compiler out all the time... my lappy however is a part of the family and has a first and last name
Kila *My Last Name* we have regular conversations and gossip about the compiler.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Is it normal to feel like an idiot when first learning?
« Reply #7 on: April 28, 2014, 11:10:22 am »
I started learning programming last year, and what everyone made seem easy is actually not so easy, and honestly I feel like a complete idiot every time I code, because whenever I create a program or do anything there's always someone who says "you could've made that in 10 lines instead of 25" now don't get me wrong I love and appreciate the help, well I guess my question is how long did it take you until you stopped feeling stupid or did you feel stupid in the first place?
I feel like an idiot just about every day.
For me rewriting code teaches me a lot.
I run stuck at some point only to discover I could have done it in half the lines and old decisions dont make sense.
First you try to patch it but often the delete key does miracles.
Any problem you encounter is created by yourself :)
« Last Edit: April 28, 2014, 11:11:06 am by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline Architect

  • Sir
  • ***
  • Posts: 428
  • Cookies: 56
  • STFU
    • View Profile
    • Rootd IRC
Re: Is it normal to feel like an idiot when first learning?
« Reply #8 on: April 28, 2014, 12:29:47 pm »
Any problem you encounter is created by yourself :)
Life.

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Is it normal to feel like an idiot when first learning?
« Reply #9 on: April 28, 2014, 01:55:13 pm »
I would also say you will get the hang of it with time as the language gets deeper in you subconscious. I mean you start thinking clearly and know which lang constructs will save the day.

Yell at that compiler/interpreter but the more you yell, the less you shout. <== thas my line.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]