this post was submitted on 08 Apr 2024
940 points (98.1% liked)

Programmer Humor

19315 readers
16 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
[–] Potatos_are_not_friends@lemmy.world 7 points 6 months ago (2 children)

Honestly if you don't use vim motions in your ide of choice, you're missing out big time. Being able to do things like "Delete everything inside these parentheses". di( or "wrap this line and the two lines below in a pair of {}" ys2j{ , or "swap this parameter with the next one" cxia]a. with a single shortcut is game changing.

I read things like this and feel like I do a different type of coding than everyone else does. I'm not generating code at this speed.

[–] niemcycle@lemmy.world 4 points 5 months ago

Yeah exactly this, the main bottleneck when writing code is either reading the existing code or thinking about how I want to implement some logic, not how I move my cursor and writing the code itself.

[–] Hexarei@programming.dev 0 points 6 months ago

I blame my autism