this post was submitted on 02 Aug 2023
1590 points (99.5% liked)

Programmer Humor

25531 readers
894 users here now

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.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] HR_Pufnstuf@lemmy.world 3 points 2 years ago (7 children)

What is this thing you call “good gui”?

[–] _stranger_@lemmy.world 5 points 2 years ago* (last edited 2 years ago) (6 children)

It's what you put on bad software to make it palatable.

Like a sugar coating. It's why no one codes in Java anymore without 80 terabytes of ram for their IDE.

[–] Rinox@feddit.it 3 points 2 years ago (4 children)

I wonder what's this "good software" (you meant language?) that doesn't require an IDE to code efficiently.

[–] r1veRRR@feddit.de 1 points 2 years ago

I disagree somewhat with their take, but there's definitely languages that cmoe with features built-in that reduce the need for a fancy IDE. For example, instead of null checks via annotations that the IDE has to parse and warn about, just have nullable types. Or instead of IDE features to generate a bunch of boilerplate, just don't require that boilerplate.

That being said, on the other side of the spectrum, anyone writing code without using an LSP is just throwing away productivity by the handfull.

load more comments (3 replies)
load more comments (4 replies)
load more comments (4 replies)