View Single Post
Old Jul 10th, 2005, 12:25 PM   #18
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
In addition to learing whatever technical skills you're currently learning, you need to learn how those skills are actually used in the real world (if you're planning a professional career and not just a hobby). I don't know Cerulean, but my take is that he has the bottom-line outlook for the current level of technology that makes him a valuable employee. Thirty years ago C++ and the STL or Python, or whatever, could not be put on the machines of the day. There weren't enough resources affordable to do it. Today you cannot afford to do otherwise. I see people claiming that they'll do nothing but write in assembler. An absolutely MINISCULE number of programmers, percentage-wise, will be paid to write assembly code. A coder can write a given number of working lines of code in a day, more or less, regardless of the language. The number of lines in a high level language produces an order of magnitude more running code than the same number of lines in a low level language. Put yourself in the position of the guy with the wallet who wants to add money, not throw it away, and lay your plans accordingly.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote