Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
cdrice41964yI feel this on a spiritual level.
I had to re-read this at least three times (and squint) to understand why you would be comparing "(" to "(." before I realized that wasn't what you were comparing at all. -
NoMad141594yAccessibility features: zoom
It's a good feature regardless of age. Eye strain is a thing. -
irene33944yI hate it when linting/prettier forces tabs into spaces. It is straight up hostile to team members with vision challenges that need to do things to their IDE to improve code readability. Tabs are flexible width. Spaces are fixed width. Don’t replace tabs with spaces. I hope that eventually tabs become default for prettier/linting.
I was on a team where team decided the four space “code standard” was more important than helping a visually impaired team member. People suck. This was a good reminder. -
iiii92264y@Nanos 15 looks like a bare minimum for a monitor now. Anything smaller is too small overall.
-
@rolexpo If you're using Intellij you could maybe try the rainbow brackets plugin as afaik it allows you to set specific colors for each bracket type.
Fuck I'm getting old and it's hard for my eyes to tell the diff between ( and {.
rant