Hacker News new | ask | show | jobs
by jaabe 2557 days ago
I think everyone can learn to write an app by following a few YouTube videos. This is how we’ve got our project managers and lean-operators to write RPA projects in python after all.

On the flip side, I’ve never personally met anyone who went through 5 years of university and came out knowing nothing.

The thing with CS is that it’s not the programming itself that’s actually valuable. It’s being able to create efficient, safe and maintainable code. If you can’t tell me the bigO of your program, if you don’t know how to remove the top node of a binary search tree or if you think using NPM packages to do simple computation is a good idea, then I just can’t use you, because it’ll be way too expensive to teach you.

If you suck at our specific tooling, but have already proven you can obtain a university degree, then I know that I can re-school you relatively cheap by sending you on a few courses.

I’m sorry this is rubbing non-educated programmers wrong, but an education is actually valuable, and it will be increasingly so as the younger generations are all getting them.