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 ?
|
56
|
|
|
|
|
|
Code doesn't exist unless it's checked into a version control system. |
||||||||||||||||
|
|
|
Be patient until you have completed your code and keep on improving it till u are statisfied with it |
|||
|
|
|
|
Optimize, optimize, optimize! Try to optimize everything that you do,no matter you do it once in your life or do it every day. |
|||
|
|
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. |
|||
|
|
|
|
Work hard to reach your dreams while you're young! Find a way to couple all those abstract concepts together into an integrated solution. |
|||
|
|
|
|
Avoid jobs that deviate from your intended career goal of being a real programmer. I've seen too many good coders get sucked into Help Desk / IT roles (which eventually became their careers) b/c they didn't look around and just settled with the first company to make an offer. |
|||
|
|
|
|
You're not as smart as you think you are. Shut up, listen and learn. I pissed away a great many learning opportunities because I was too busy trying to be too clever by far. Having mentored/managed a number of young developers since then, let me say, I was by no means unique. |
|||
|
|
|
|
This is not meant to sound as philosophical as it does, and I post it in the context of programming. Don't succumb to analysis paralysis. Even if you can't do it perfectly on the first attempt, just do it. Get a prototype version working then work to refine, enhance, and perfect the final product. |
|||
|
|
|
|
Take care of yourself. Programming is great fun, but your physical, emotional, and spiritual health are still important. |
|||
|
|
|
|
Comment your code where necessary |
|||
|
|
|
|
Configure your e-mail client to only check for new mail once ever 60 minutes or so and inform everyone at your company that you will only answer questions sent by mail. |
|||
|
|
|
|
If I could give one piece of advice to the 13-year-old me toying around with Turbo Pascal back in the day - it would be this: Whenever you find yourself writing code and it's starting to feel really exciting and challenging.... That's when you're doing it wrong. Go back, re-read the API, grab a coke, relax - you're doing it wrong. In my experience, great code is hardly ever what I call 'challenging'. Don't get me wrong; writing great code can be a thrill when you're in the zone, and it can be hair-pullingly frustrating when you're not, sure -- but the code itself is rarely 'interesting'. It's not full of cool hacks to make some parameter pseudo-overloaded in some special case; it's not riddled with exotic heuristic functions or nested ifs or magic GOTOs or completely obfuscated bit juggling. Even the most amazingly optimized algorithms follow sound, simple, elegant principles to accomplish what they do. So the very instant you feel a tingle in that heavy-duty problem-solving part of your brain -- STOP! Because you're doing it wrong. I am not the best coder in the world, and I don't work on the hardest problems known to man, so if I'm finding nifty solutions to hard problems, it's usually because I've created those problems for myself. With a little bit of refactoring, the problem goes away, and the code turns out far more readable. Either that, or it's simply that I didn't check the API well enough, and the framework (or the language!!) provides a function just for that purpose, and one that was written by a much better coder than me. I can't even begin to tell you how many 'nifty' classes and algorithms I've built and then scrapped because I discovered there was an optimized language construct for exactly that purpose, sometimes even with the same method name! Anyway, for better or worse - that would be my advice. Most of the time, great code is elegant, readable, uses practical, sound design patterns and best practices anywhere it can. And once you start to get it, that kind will tingle too. |
|||
|
|
Pursue your own interest first, work as much as necessary to pay the bills, and pursue the technologies you are passionate about. If you can't find a work related projects in those technologies to get experience in, create your own project. |
|||
|
|
|
|
Patience, Perseverance, and Practice - These three things will help you survive the hours of debugging |
|||
|
|
|
|
Understand to better key Google Search Keywords and Google Features Boz you are going to use google a LOT |
|||
|
|
|
|
Find a Mentor in your early career, i realized many of my assumptions where not correct. if i had channelized my energy in my initial career, it would have been better. and also Mentor some one you know who is in need. |
|||
|
|
|
|
Buy Microsoft stock. |
|||
|
|
Find a mentor and don't be afraid to ask questions. |
|||
|
|
|
|
If you can't use the new technology you want to use at work, either get a job where you can, or create a side project to get experience with 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 |
|||
|
|
|
|
Using other people's code is like wearing someone else's underwear. Get used to it - it feels funny at first, but it is ultimately a time-saver. As a corollary, learning to write in other people's style is a benefit for keeping the feel of their code. Also, don't bitch too much about other people's code. You have to work with other people. He/she may be the idiot today, but it will be you tomorrow. |
|||
|
|
|
|
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. |
|||
|
|
|
|
If you are behind on a deadline, talk to your boss politely before doing free overtime. Quite often your boss will extend the deadline, reduce the requirements, give some of the work to someone else or give you paid overtime instead. If he doesn’t it is a good sign that you need to find a new boss. |
|||
|
|
|
|
Learn to embrace outsourcing. |
|||
|
|
|
|
It's easier for your backup strategy if you have in mind
|
|||
|
|
|
|
Don't watch too much star trek, it's good to have something to talk about to people other than other coders :) |
|||
|
|
|
|
Backup database then run sql command |
|||
|
|
|
|
Remember Hofstadter's Law: double that estimate. |
|||
|
|
|
|
You're a software engineer, so think like an engineer. Understand the reasons for things. Leave religion out of it. |
|||
|
|
|
|
|
|||
|
|
