|
|
|
|
|
by rockemsockem
253 days ago
|
|
> This is why any EE/ECE grads are much better developers than CS grads, because once you understand fundamentals This is largely not the case in my experience. They probably understand the lower level details of manipulating memory better, but there's a lot more to developing software than understanding that memory is a specific place. |
|
Yep, and all of that is derivative from how to organize memory. Classes are just more fancy structs. Object creation is memory initialization. Processing flow and code reuse is recognizing memory access patterns. ETC and so on.