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
-
@Lensflare nah just disabled by default, 20% were shit like adding a period at the end of documentation.
Madness. -
Periods at the end of doc comments are the bane of my existence, I'd like an autofixable linter rule to enforce either their presence or absence. Both are far better than inconsistent punctuation, but it's really tedious to go through and check.
-
@lorentz is it a kind of OCD thing? I understand it but at the same time it feels like completely irrelevant when looked at it rationally.
-
@Lensflare Fragments of documentation get shuffled all over the place by generators and dev tooling. Seeing two lines underneath one another where one has a period and the other doesn't annoys me.
I was feeling good
Then I turned on 80% of the disabled linter rules
Now I feel bad
rant