|
|
|
|
|
by joshstrange
809 days ago
|
|
I took a database design class in college. I had been using MySQL for years at this point (by no means an expert, but databases weren’t foreign to me). In my first exam I got a 90/100. I got all the queries right (don’t get me started on programming/writing queries on paper and how stupid that is), but I lost 1 point on each of the 10 questions. Why? Because I didn’t put a semicolon at the end of my query. Something I had never done in any database tool, never done in my code, and only done 1-2 times on the CLI if that. IMHO computer science in college is a joke at most places. Teaching things 10+ years out of date by people who have a chip on this shoulder towards anything new. I had an EE professor who literally did not go a single class without find some way to denigrate web developers and “not real developers”. Fun times. |
|
Still a dumb reason to deduct points though