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
-
xorith27468y@youness
This rant isn't arguing on which one to use. It's purely about people who switch between and leave you wondering if the file is my_file or my-file, or if the method you want is myMethod or my_method.
Most IDEs are smart enough to pick up tabs/spaces.
I could also complain about LF vs CRLF. -
Onyx16403458yThe config file I'm working on right now(pulled from a nameless GitHub) is such a mess of tabs and spaces. Thankfully the Sublime Text "reindent" command fixed most of it.
-
I don't care what you choose as long as it's consistent. for me personally I use 2 spaces, lowerCamelCase, LF only (I work in Linux), and code blocks like so:
function() {
//no comment
}
also I hate all the extra spaces so I do: [1, 2, 3] vs [ 1, 2, 3 ].... -
and....
grunt vs gulp
express vs hapi
This list can just go on forever... (Yeah, I'm looking at you, Python) -
I'd love to see people try and fail to use camel case in common lisp. Gotta love case insensitivity
-
@xorith snake case in c and c++ if you actually bother to follow the style guide used in the standard library... Which nobody seems to do
Related Rants
-
JMoodyFWD48My "Coding Standards" for my dev team 1.) Every developer thinks or have thought their shit don't stink. If y...
-
king9Today (as a joke), I asked my class if there were any “professional HTML programmers” who could help me. ...
-
Coffe2Code12How language creators choose the function to get the size of an array.. I mean, the life could be more simple...
Tabs v Spaces...
camelCase v snake_case
'single' vs "double"
hyphen-vs_undescore
The point here is PICK ONE AND USE IT.
undefined
be
dont
indecisive
standards
are
good