|
|
|
|
|
by toomuchtodo
4471 days ago
|
|
> the ones who don't have a degree but got a job have been through some sort of selection filter Very true. Its all about signaling (hence "or equivalent experience" although I believe that to be bullshit; each year of experience should count as 2-3 years in school). I have no college education, and dropped out of high school in 1999/2000 to pursue my career. I had to sell myself hard to get in the door, but once there, I've never been asked for a degree after my first job (junior admin->senior admin->built/sold webhosting company->managed hosting division for consulting company->data taking for LHC->director of technology->news network startup). I don't think I'll see it in my lifetime where companies value experience more than a piece of paper when the amount of experience is <5 years. The whole education process, at least for the technology field, should be revamped towards apprenticeship. |
|
Disagree, at least in the case of developers, and possibly ops/sysadmins. I simply don't want to work with people who don't understand the basic underpinnings of our work. I expect my co-workers to understand things like the relational model and relation algebra/calculus, SQL, OOP, DRY, writing reusable libraries, the OSI stack/model, some basic data structure/algorithms (trees, searches/sorts, graphs, Djikstra's algo, TFIDF, etc), complexity analysis, some basic design patterns (pub/sub, consumer/producer, MVC, DI/IOC, and various other Computer Science and Software Engineering concepts. I haven't learned the most abstract stuff in my time in industry thus far, and I certainly don't think most devs/engineers have either. We learn things like frameworks, languages, platforms, and sometimes a design pattern here or there, but the basic underpinnings were all learned under formal study in a university CS (and sometimes math) program.
In the end though, maybe this is just my subconscious "elitist CS grad that wants to believe his time in university was worth it and well spent" speaking.