Why every developer should learn computer science theories first
-
Everyone can learn how to code. Computer science theories will teach you how to program
Because knowing how to balance a binary tree will help you with that new website the boss wants
Apologies for posting an item from Medium. I don't log in and it showed, but I know others have had troubles in the past accessing these.
-
Everyone can learn how to code. Computer science theories will teach you how to program
Because knowing how to balance a binary tree will help you with that new website the boss wants
Apologies for posting an item from Medium. I don't log in and it showed, but I know others have had troubles in the past accessing these.
Kent Sharkey wrote:
Apologies for posting an item from Medium. I don't log in and it showed, but I know others have had troubles in the past accessing these.
I could read it, but I didn't finish it. While I partially agree that there should be some other content being additionally taught, is not exactly computer science theories what I would do, what I miss is a bit of common sense and a bit of just plain computers or low level stuff.
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
-
Everyone can learn how to code. Computer science theories will teach you how to program
Because knowing how to balance a binary tree will help you with that new website the boss wants
Apologies for posting an item from Medium. I don't log in and it showed, but I know others have had troubles in the past accessing these.
What a weird article; the author doesn't ever answer his thesis; it's entirely tautological.
-
Kent Sharkey wrote:
Apologies for posting an item from Medium. I don't log in and it showed, but I know others have had troubles in the past accessing these.
I could read it, but I didn't finish it. While I partially agree that there should be some other content being additionally taught, is not exactly computer science theories what I would do, what I miss is a bit of common sense and a bit of just plain computers or low level stuff.
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
Good solutions design and coding principles is what I always find people miss, rather than low level theory which is rarely used.
-
What a weird article; the author doesn't ever answer his thesis; it's entirely tautological.
Tautology is what often passes for logic these days.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing. -
Good solutions design and coding principles is what I always find people miss, rather than low level theory which is rarely used.
Quote:
rather than low level theory which is rarely used.
Low level programming might not be that used in a part of the industry, but it always help. I started with C, PICs and PALs, then several years programming PLCs and industry robots... Then mainly C# (some c++ too). My senior always says he likes brainstorming with me, because I usually see way more simple and efficient ways to do the tasks than he does, although I don't really know how to do them programatically yet. And that comes from the low level experience in my CV.
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.