• 0 Posts
  • 6 Comments
Joined 1Y ago
cake
Cake day: Oct 01, 2023

help-circle
rss

Thank you for explaining that it was a joke.


That requires someone to look at that section in the IDE. If it doesn’t block the merge, it doesn’t do shit.


Golang won’t even compile with dead code. Unfortunately that’s too strict, you just end up commenting out the whole block instead. At least the commented out code is obvious in review, and some automated checks catch it if you have them.


I did the same thing with “DO NOT MERGE” back in the day. Saved some people who didn’t even know about the check.


Most of the configuration I’ve done in vim is to remove whatever someone else did. Like I log in as root on a server and someone put set number in /root/.vimrc. Like having the line number in the bottom right wasn’t enough for you, you need to waste three columns to show numbers for every line on the screen, and now I can’t copy and paste from vim without having to delete three columns from every line? NO.


vim. Just basic vim, I don’t jazz it up to be all IDE-like. I want my vim to behave exactly like it would if I’m on some random other computer.

If I need autocomplete, ability to jump to the definition of stuff and so forth I use whatever the other people on the project use, which is often vscode these days.