this post was submitted on 11 May 2024
766 points (99.1% liked)

Programmer Humor

19171 readers
1463 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] cupcakezealot@lemmy.blahaj.zone 15 points 4 months ago (2 children)

i mean i still think tab/auto completion is good to save time.

the problem is when people become reliant on it and just have it write entire chucks of code without going through it and checking it or changing it after the baseline is done.

[–] fossit@lemm.ee 3 points 4 months ago (1 children)

Then that wouldn't exactly be a time saver, but rather time-consuming? Paradox

[–] cupcakezealot@lemmy.blahaj.zone 4 points 4 months ago (1 children)

i mean finishing a variable declare with a tab is pretty convenient.

as is autocompleting an html5 structure.

[–] GammaGames@beehaw.org 0 points 4 months ago

Yeah, usually it’s pretty good autocomplete. Definitely makes my coding faster (and highlighting a chunk of SQL and asking it to modify it in plain English is magic)

[–] tsonfeir@lemm.ee 1 points 4 months ago

Autocomplete is fine, but do we need “AI” to figure out left and right?

And I agree, chunks of code are bad.