this post was submitted on 05 Feb 2025
478 points (96.9% liked)

Greentext

5002 readers
759 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] kabi@lemm.ee 108 points 1 day ago (3 children)

If it's the first course where they use Java, then one could easily learn it in 21 hours, with time for a full night's sleep. Unless there's no code completion and you have to write imports by hand. Then, you're fucked.

[–] rockerface@lemm.ee 129 points 1 day ago (3 children)

If there's no code completion, I can tell you even people who's been doing coding as a job for years aren't going to write it correctly from memory. Because we're not being paid to memorize this shit, we're being paid to solve problems optimally.

[–] ryannathans@aussie.zone 35 points 1 day ago

Also get paid extra to not use java

[–] spamfajitas@lemmy.world 14 points 1 day ago (1 children)

My undergrad program had us write Java code by hand for some beginning assignments and exams. The TAs would then type whatever we wrote into Eclipse and see if it ran. They usually graded pretty leniently, though.

[–] ByteJunk@lemmy.world 7 points 1 day ago

There's nobody out there writing "commercial" code in notepad. It's the concepts that matter, not the spelling, so if OP got a solid grasp on those from using GPT, he'll probably make it just fine

[–] jaemo@sh.itjust.works 5 points 1 day ago

Perfectly articulated.

[–] 404@lemmy.zip 31 points 1 day ago (3 children)

My first programming course (in Java) had a pen and paper exam. Minus points if you missed a bracket. :/

[–] SatanClaus@lemmy.dbzer0.com 11 points 1 day ago

Haha same. God that was such a shit show. My hand writing is terrible lmao

[–] ECB@feddit.org 8 points 1 day ago

I got -30% for not writing comments for my pen and paper java final.

Somehow it just felt a bit silly to do, I guess

[–] DragonOracleIX@lemmy.ml 2 points 1 day ago

It was the same for the class I took in high school. I remember the teacher saying that its to make sure we actually understand the code we write, since the IDE does some of the work for you.

[–] kopasz7@sh.itjust.works 3 points 1 day ago

Remember having to use (a modified version of?) quincy for C. Trying to paste anything would put random characters into your file.

Still beats programming on paper.