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
-
I'll do a variation of this if there are more than 2 or 3 parameters (I don't inline my braces, though; I'm not an animal).
-
okkimus19697yI encourage:
void f(){}
- don't use new lines (write everything on one line
- name everything with single character
- don't use unnecessary spaces
That way you save so much time because you can forget the tedious task of minifying your files. -
512GB6857yI see nothing wrong here...
int long_fun_decleration(
const int &foo,
const std::string &bar
const char &some
) {
std::cout << "here is some code\n";
...
} -
@okkimus ive had a colleague that didnt want to learn any javascript taskrunners (as webdev). So he manually minified his files at home xD
-
galena71727yMake it use as many useless lines as possible:
Void foo
(
)
{
}
[I dont know if this actually works because I only use Python] -
@OrionZA on the plus side, that would solve this guy's problem: https://devrant.com/rants/1199095/...
Related Rants
I told my team I was going to add this to our style guide
rant
my eyes
style
drake