this post was submitted on 23 Aug 2023
12 points (100.0% liked)

Programming

13271 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 10 months ago

It used to be pretty meaningful when autocomplete was not as powerful as it is today. Only very serious emacs users could achieve fast and flexible static completion before LSP forced everyone to step up their game.

Now that everybody and their grandparents have LSP available (or even more powerful tools if you're using Very Professional IDEs), it's not nearly as much of an issue, just hit tab and never type close brackets again.

It's not that folks are averse to writing code, it's more-so averse to actually typing out a shitton of boilerplate and feeling the slog until you actually get to the juicy bits where you have to think.