this post was submitted on 28 Aug 2023
671 points (91.5% liked)

Programmer Humor

32566 readers
1192 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 63 points 1 year ago (2 children)

All that really does is guarantee that the professor will catch anyone cheating

[–] TORFdot0 20 points 1 year ago

The meme is gigachad not 9000 IQ so your objection is overruled

[–] [email protected] 15 points 1 year ago (1 children)

would be easier than to try and catch people slipping eachother code, no?

[–] knightry 10 points 1 year ago (1 children)

It's really easy to detect duplicate programs. I've failed multiple students due to cheating on assignments. Code obfuscation is incredibly easy to detect using something like MOSS .

[–] [email protected] 1 points 1 year ago

Yea, I've had this happen to me in my first year of university. Wrote an assignment and foolishly put it on a public Github repo. Someone found it, changed a few variable names and submitted it. Got caught by an auto-detector and accused of plagiarism, luckily the prof just gave me a 0 on the assignment.