Quote:
Originally Posted by WarChild
The thing about the formal education is that it teaches you how to program as opposed to a specific language. A good programmer can pick up any language no problem because they already know how to "speak".
|
For higher level languages, yes.
However,
Code:
XOR %reg, %reg
vs
MOV.B 0x00, %reg
to save a byte or a cycle doesn't do much these days.
