A lot of kids fresh out of highschool are pressured into going to college right away. Its the societal norm for some fucking reason.
Give these kids a break and let them go when they’re really ready. Personally I sat around for a year and a half before I felt like “fuck, this is boring lets go learn something now”. If i had gone to college straight from highschool I would’ve flunked out and just wasted all that money for nothing.
Gutek8134@lemmy.world 3 days ago
My Java classes at uni:
When I say it did nothing, it had literally empty function bodies.
boletus@sh.itjust.works 3 days ago
Yeah that’s object oriented programming and interfaces. It’s a shit to teach people without a practical example but it’s a completely passable way to do OOP in industry, you start by writing interfaces to structure your program and fill in the implementation later.
Now, is it a good practice? Probably not, imo software design is impossible to get right without iteration, but people still use this method… good to understand why it sucks
e8d79@discuss.tchncs.de 3 days ago
So what? You also learn math with exercises that ‘do nothing’. If it bothers you so much add some print statements to the function bodies.
Gutek8134@lemmy.world 3 days ago
I actually did do that. My point was to present a situation where you basically do nothing in higher education, which is not to say you don’t do/learn anything at all.
ICastFist@programming.dev 3 days ago
Mine were actually useful, gotta respect my uni for that. The only bits we didn’t manually program ourselves were the driver and the tomcat server, near the end of the semester we were writing our own Reflections to properly guess the object type from a database query.