• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Confidence in programming

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

What are the things that are to needed to become a good programmer?

I am in this field from last 1 year still i am facing fear in doing programming.

I have the fear in building logic.

Seniors here, Please suggest me some tips & practices to become a good programmer & remove fear of logic development.

Thanks in advance.
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
practice, practice, practice.
 
Ranch Hand
Posts: 161
Firefox Browser Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Get books, read, code and ask tons of questions...
Always be willing to learn.

Gary
 
Ranch Hand
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Give enough time to learn the basics. Mainly datatypes,loops,condition etc. First be conceptually strong. And write lots of code by yourself.
 
Ranch Hand
Posts: 151
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

anuj thite wrote:Hello all,

What are the things that are to needed to become a good programmer?

I am in this field from last 1 year still i am facing fear in doing programming.

I have the fear in building logic.

Seniors here, Please suggest me some tips & practices to become a good programmer & remove fear of logic development.

Thanks in advance.



I'd suggest you try programming on your own, for fun, in addition to any school/work programming you're doing. Don't worry too much about doing everything absolutely perfectly, just worry about understanding what the code does.

I find that learning is a lot easier if I have a goal- create a little program, or a little game, that you think is interesting. That way you aren't super stressed about what other people think, and you're more free to explore how things work.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic