223
Computer Science Courses that Don't Exist, But Should
(prog21.dadgum.com)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I could maybe have been clearer when saying "significant capacity".
Most projects I worked in did use OOP in some capacity, but only in quite small amounts.
My point mainly was that a lot of people think that using the keyword "class" for structs (aka data classes) or modules (aka service/controller classes) counts as OOP and that's not the case.
But I agree that Java and similar languages could use some other type of syntactic sugar for modules. But then again, it would literally just be another name for the same thing.