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
		
- 
				
				 enclaver798yWow this is some new shit... aligning the ';' chars. Genious. enclaver798yWow this is some new shit... aligning the ';' chars. Genious.
 
 Imagine if we had something like 'justify'
- 
				
				 -vim-30838yVim (and probably some other text editors, but fuck them) will automatically try to aline things when you press tab -vim-30838yVim (and probably some other text editors, but fuck them) will automatically try to aline things when you press tab
 
 Like:
 
 ex*ample: Hello
 ex*ample1: Hello
 ex*ample10: Hello
 
 (Non monospace kills it)
- 
				
				Completely overlooked the indentation and about spit out my beer when I saw:
 
 jetpackSecondsRemaining = jetpackSeconds
 
 I am working on a legacy codebase where I find these. If we name them better the first time, we won't have to alias them later 😏.
Related Rants
- 
						
							 l0om43 l0om43 100% Real. And it's not even the worst on the site. 100% Real. And it's not even the worst on the site.
- 
						
							 Codazed11Being 100% serious, I saw a guy in my Computer Programming I class using MS Word to write code that he would c... Codazed11Being 100% serious, I saw a guy in my Computer Programming I class using MS Word to write code that he would c...
- 
						
							 dfox8I worked with a good dev at one of my previous jobs, but one of his faults was that he was a bit scattered and... dfox8I worked with a good dev at one of my previous jobs, but one of his faults was that he was a bit scattered and...









Wouldn't say this is the worst thing, but this indentation really kills me.
rant
why?
wk99