If you could go back and give yourself one piece of advice at the start of your programming life/career to help you on your way what would it be ?
|
60
|
|
|
|
|
|
|
|||
|
|
|
|
Learn Smalltalk. The earlier you really appreciate and understanded object-oriented design the better! |
|||
|
|
|
|
I would tell myself to learn C and continue to learn C++. My first language was C++, but I don't feel I'm that good in it as when I went to university, I was pretty much forced into Java. So I would just encourage myself to learn as much as I can in C and C++ before going to university. |
|||
|
|
|
|
First: What Patrick said... you need source control Second: Take a creative writing class and a public speaking class. Being able to effectively communicate your ideas to co-workers, your boss, or people at a conference is just as important as having the idea in the first place. |
|||
|
|
|
|
The best way to learn any language/framework/whatever is to start producing stuff using it. You can read all the blogs/books/theory you like - you don't truly know something until you've used it for a while. |
|||
|
|
|
|
If somebody asks you to change something that you've worked on for a while & you feel really angry/frustrated about this - This is a problem with you. Learn to take criticism better. |
|||
|
|
|
|
Read books I have developed .NET for about 3 years now, but I started reading programming books just about one year ago. I thought I am fine if I read some blogs, but infact you learn very much if you read books. |
|||
|
|
|
|
bpapa is right. While you're young and relatively inexperienced, be picky about the jobs you select... they will become your experience. |
|||
|
|
|
|
Understanding that to be a good programmer you HAVE to work with people. Being a geek introvert may seem like the perfect programmer profile but if you can't communicate with people they wont understand how to use what you've written. |
|||
|
|
|
|
Learn to use the keyboard keyboard shortcuts in your IDE and other commonly used programs. The more time your fingers are on the keyboard the better. Plus it makes you look like a pro to other people! lol |
|||
|
|
|
|
Programming is a very sedentary and often stressful job. It sucks you in and makes you eat cold pizza and drink soda at all hours of the night. Look around at your co-workers. Many software engineers are pretty heavy and unhealthy. I wish I were thinner and healthier. My advice: Exercise daily. Eat right. Don't ever get soft in the middle. |
||||||||
|
|
|
A few things: 1: When you pick your firsts real jobs, pick something you really love. Don't waste your time doing something you don't like just because it will give you experience, or even just because it pays well. Take advantage of the fact that early on your career you have way less to lose. Later (once you are married, or have kids, or are in dept, or all of the above) life will be harder, and you will have to make bigger compromises. 2: Get involved in every project you can think of during college. Contribute to a locally organized conference, work on a school software project, work on a codeplex|sourceforge|googlecode project. Party. 3: Have fun while doing all of the above. |
|||
|
|
|
|
Learn about the tools you use and how they work. |
|||
|
|
|
|
Never rewrite anything that works from scratch. Do refactoring instead. |
||||
|
|
|
There is no such thing as a universal best practice. They all break down somewhere. Learn where your favorite techniques and patterns break and why. |
|||
|
|
|
|
Get a real job in the the industry while you're still in school so you can get real experience when you graduate. |
|||
|
|
|
|
Avoid jobs with companies who have no other IT support besides yourself. |
|||
|
|
Get a computer science degree, and learn math, so you won't be stuck building 3 page forms for peanuts. |
|||
|
|
|
|
Pascal won't last long. Plan to keep learning new languages throughout your career, or you won't last long either. |
|||
|
|
|
|
The debugger is your best friend. Learn it, use it, love it. |
|||
|
|
|
|
Get a job with an organization that considers software and programmers to be valuable and important to the organization's success. Stay away from employers who don't: the software will suck, your co-workers will not care, and there will be nothing you can do about it. |
|||
|
|
Don't be affraid to put your code out there. Do it often and Do it well. |
|||
|
|
|
|
Spec your ideas before you code them. |
|||
|
|
|
|
Buy yourself the biggest, brightest monitor you can possibly afford (e.g. 30" Dell or Apple). You'll be staring at it for a long time. |
|||
|
|
|
|
You know all those crazy ideas you have? Implement them! NOW! In ten years, I'll be an overnight success! |
|||
|
|
|
|
Keep up the good work. |
|||
|
|
|
|
Get an internship with at least 2 different employers. Ideally, one of the employers would do software as a business, and one of the employers would have software (part of an "IT division") be a supporting component of the business. Doing this helps you know what type of company works for you, what type of development work you get satisfaction out of, what kind of teams you like working with, what type of environment/architecture/language really interest you, and so on. All that info can be helpful in shaping your goals and the methods you use to achieve them. |
|||
|
|
|
|
write code, write code, write code, read some, write code, write code, read some. bad code is code - any code is programming. more code = get better at coding. AKA this site => Learn about all aspects of computers while reading some. And a must *Title – Code: The Hidden Language of Computer Hardware and Software * Author – Charles Petzold ISBN 0735611319 |
|||
|
|
|
|
Keep learning! Strive to learn at least one new language, technique, methodology, or concept every year. |
|||
|
|
Believe in yourself. Stick with it. Make it good enough, and people will love it. |
|||
|
|
