this post was submitted on 15 Nov 2024
287 points (93.6% liked)

Programmer Humor

32501 readers
478 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] 2 points 3 days ago (10 children)

I mean, if your IDE does it for you, is it really that much better that it's shorter?

[–] [email protected] -1 points 3 days ago (9 children)

not the IDE, its the compiler. this is also not some AI shit, in many cases (not all) the compiler can actually figure out how to do this, because it's not hard, it would just be a lot of boilerplate if written manually.

[–] [email protected] 2 points 3 days ago (8 children)

Why did you even bring up AI? IDEs have been able to generate equality functions for decades without AI.

It's kinda neat to have this defined directly in the language so that compilers can implement it, but creating equality function is so low effort that this doesn't really seem like a big deal.

Like, you define the members in a class, then you tell your IDE to generate getters, constructor, equals, hashcode, etc all in like 5 seconds.
I like it, it's nice when the language itself defines reasonable defaults for things, but realistically you're saving yourself a few seconds of effort.

[–] [email protected] 1 points 2 days ago* (last edited 2 days ago) (1 children)

I thought you were thinking an AI based code generator klike copilot) does it, when you said the IDE does it.

username checks out /s

[–] [email protected] 2 points 2 days ago

Yeah, I picked that username for a reason 😭

load more comments (6 replies)
load more comments (6 replies)
load more comments (6 replies)