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 ?
|
59
|
|
|
|
|
|
If you don't know how to do something, give the problem a good name. |
|||
|
|
|
|
Your work is about interactions with others. With people, with problems, with systems, with office politics, with the customers, with your boss. You never work in a vacuum, even if you are the only programmer on the project. Learn to play well with others and you will be years ahead. Good ways to do this include, but are not limited to:
|
|||
|
|
|
|
Learn the difference between the things you can control and the things you can't control. That way, you can spend your time and energy (both very finite) worrying about and working to improve the things you can control (skills/knowledge, attitude, work ethic, assertiveness, adaptability, punctuality, etc.) instead of the things you can't control (your boss, others' opinions of you, etc). |
|||
|
|
|
|
People are very superficial, get a smart suit (and keep it smart), iron your shirts well etc., and you will get on faster. |
|||
|
|
|
|
Drink more beer |
|||
|
|
|
|
Your life is about happiness, balance study and work with social skills and be active. Living healthy is way more important than knowing how code better than your peers. Also, social skills is way harder to learn than programming anyway... there's no set syntax or mathematics in life, so spend as much time with your friends/partner(s) as you can! |
|||
|
|
|
|
Get some sleep. Your brain needs it, and it will pay off double: No time spent on writing psychedelic, sleep depraved code, and no time spent on correcting your psychedelic, sleep depraved code from last night. |
|||
|
|
|
|
Backup database then run sql command |
|||
|
|
|
|
Take the time to make (even a rough) design first - it saves you lots of time later on. Even just putting down a few words to make sure that you have an indication of the direction you want to go in. |
|||
|
|
|
|
My advice is similar to (but more general than) everyone else: just do more! In college you may feel too busy but you should certainly push yourself even further: get a good grip on Linux or Windows (certainly both helps too), go learn some language or framework that they didn't teach you at school, and so forth. Everything you pick up then will come in handy at some arbitrary point in the future. If you don't like your current situation (maybe your job sucks), you can still do the same and pick up skills to get yourself a better job. It's never too late! |
|||
|
|
|
|
Always layer your applications alone logical lines don't stick everything together in a big soup, and use the debugger more. |
|||
|
|
|
|
Knowing how to use a version control system tops my list as well as using unit testing. Getting this two things done pat as SOP will save lot of time in terms of lost source codes or having gazillion copies all over the place. |
|||
|
|
|
|
Pascal won't last long. Plan to keep learning new languages throughout your career, or you won't last long either. |
|||
|
|
|
|
Get a real job in the the industry while you're still in school so you can get real experience when you graduate. |
|||
|
|
|
|
Test First - It forces you to define the minimal set of criteria you need to solve your problem. You'll build better interfaces (api), and you'll write less code by developing "just enough" code to pass the test. The tests also serve as "documentation" to other developers on how the system is supposed to behave and allows them to add behavior without fear they are breaking functionality. I was surprised how effective this technique is and how it increased my productivity. |
|||
|
|
|
|
Keep up with the latest technologies, but don't overspecialize. Everything becomes obsolete or loses popularity eventually. |
|||
|
|
|
|
Try to always work with people that are smarter than you. Life is too short to be surrounded by morons and trying to fix problems that everybody are aware of but nobody really cares to fix. |
|||
|
|
|
|
Maintain an interest other than programming and IT. Make sure you stay (or get) "socially healthy". Also, find yourself a mentor or three to learn from - it's far easier and more interesting to learn from people than from books. |
|||
|
|
|
|
Write more code. The only way to get better at writing code is by doing it. |
|||
|
|
|
|
I'd advise myself to not be so frightened that I'm dumb, this stuff is really hard. I'd advise myself that nobody knows even anything close to everything so the hallmark of a good programmer is to always question everything and to remain curious. I'd also point myself at Jeff's article on Strong Opinions Weakly Held (well it didn't exist back then, I'd take a copy with me ;-), because that article has completely changed my attitude to life as well as code. |
|||
|
|
|
|
Set aside some time every day for learning. It doesn't need to be much, 30 minutes first thing in the morning before you start reading your emails will do. |
|||
|
|
|
|
Just build things and don't wait for someone to hand you a cool gig. Start your own businesses / websites. Be comfortable with failing. Just get in the habit of getting things done. Confidence is built on experience which is built upon learning from failure. |
|||
|
|
|
|
Learn how to program in a group environment. When you first start out, it appears that programming is a solitary exercise, just you together with the machine. To do anything real, though, you need to learn how to work with
None is this is clear when you start out. |
|||
|
|
|
|
1) Read (good) code to get ideas 2) If you're writing anything that will take you longer than 3 hours to complete, more of your time will be better spent designing it (off the keyboard, on paper or a whiteboard) than you think. Don't just jump into writing code! 3) Learn about design patterns and good code practices -- you don't want to be that guy (gal) with everything in one giant class and try to debug your 3 page long function. |
|||
|
|
|
|
That cobol you are learning might just come in useful after all, Not every programming job will require you to know the ins and outs of inheritance.... |
|||
|
|
|
|
Don't try to finish solving a problem just because you start working on it. Instead, maintain a list of your most important projects and make sure you work a little on all of them on a regular basis (weekly, at least). This will enable you to deliver more than most of your peers, and sometimes with higher quality of the solutions. |
|||
|
|
|
|
|
|||
|
|
|
|
You're a software engineer, so think like an engineer. Understand the reasons for things. Leave religion out of it. |
|||
|
|
|
|
Time is your most valuable asset. So only do things you're truly passionate about. Spend your free time searching for a passion if you don't have one. You'll know you've found something you're passionate about when you can't find enough time in the day to pursue it. |
|||
|
|
|
|
Never, ever forget: You were looking for a job when you found the one you have now. You can always do that again. -R |
|||
|
|
