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
-
Thamathar228y@jeeper hehe nah since I started learning programing have allways done like that, but it's a mater of habit hehe
-
int main() {
....{
int other() {
....{
Where the dots represent a 4-space tab. I know I'm a lone wolf. I adapt, wistfully. -
int
main()
{
return 0;
}
I'm not making this up. I have seen this abomination myself. -
I follow PSR 2. I prefer tabs, but do spaces. Classes, Functions / methods have braces on their own lines I think, and then it's, else's, switches etc are egyptian.
Coding style is like fart. Everyone is ok with their own but think everybody else's stink
undefined