What are some things you wish you knew when you started programming?
1–10 of 102 posts
Re: What are some things you wish you knew when you started programming?
#2Re: What are some things you wish you knew when you started programming?
#3Use an IDE, not VIM
Re: What are some things you wish you knew when you started programming?
#4Re: What are some things you wish you knew when you started programming?
#5As a perfectionnist, I had to learn this the hard way.
https://blog.codinghorror.com/quantity-always-trumps-quality...
Re: What are some things you wish you knew when you started programming?
#6Use an IDE, not VIM
I generally prefer vim (with syntastic, clang-format(/-diff) and my own .vimrc), but I would never write e.g., Java code using vim.
I would rephrase that as, "be pragmatic and know your options".
Re: What are some things you wish you knew when you started programming?
#7We build emotions based on the truths we perceive. The only way to healthily change emotions is to change those truths. If you feel very attached to your work and flip out (fear, anger) if someone else finds an error in it - you need to change the believe that something bad will happen to you when you make mistakes. Nobody will hit you over the head * , nobody will laugh at you * , you will not lose your job or career * . You will not be worth less as a person. You made a mistake because your brain is built in a way that allows for errors, and so is every other human brain on this planet.
* Ok somebody might do these things to you. But you will cope, and other people will help you cope.
Re: What are some things you wish you knew when you started programming?
#8How I wished I'd manage to believe that bit of advice a bit earlier in my career and saved a few projects from my zealous architectural astronautics. Well, at least that's one lesson I did eventually learn.