31
xociety
7y

I am like the weakest programmer at my job. I wanna improve and get better. Understanding how to write good unit test to reading code. Damn it. I just wanna be better.

Comments
  • 7
    Commenting to steal the tips you get
  • 2
    There are a lot of books you can use to improve your coding, as Code Complete (highly recommended). But don't forget, best way to learn and improve is coding, so put in practice the ideas you 'extract' from the book as soon as possible.
  • 0
    @rcampos I am reading that book at the moment actually. I am just nervous that if I don't improve in time, you know how companies are.
  • 1
    @xociety good luck! With the proper attitude, passion and interest, you'll get there ;)
  • 1
    @rcampos I hope so man. I love this job and wanna do better, you're right nothing happens overnight. I gotta persist.
  • 3
    Unit tests are something I'd like to pick up as well cause that is definitely a weak point for me too
  • 0
    what is your job? what are you programming?
  • 1
    I was in the same boat when I started my job. I'm still the crappiest developer at my company but I learn and improve everyday. I actually have a few colleagues that I can always go to to get help and advice from and I always look at how they do things to learn from my mistakes or to understand why they did what they did. Best advice, find someone you feel comfortable to bounce ideas from and listen to them.
  • 1
    @jakobev I am a software developer who uses either Angular C# SQL to debug things and write unit tests
Add Comment