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
		
- 
				
				for (Rant rant: rants) {
 if (rant.isAwesome==true) {
 rant.upvote();
 }
 }
 
 Might be bullshit tho, im a terrible coder
- 
				
				@sovietspy2
 for (Rant rant : rants) {
 if (rant.isAwesome) rant.upvote();
 if (rant.dontLike) rant.downvote(
 DownvoteType.NOT_FOR_ME);
 }
Related Rants
- 
						
							 your-deadline11 your-deadline11 I am so thrilled that the hackathon that I coorganized is happening! ππ I am so thrilled that the hackathon that I coorganized is happening! ππ
- 
						
							 tilde25Teacher: What is recursion? Me: This https://www.devrant.io/rants/533667 tilde25Teacher: What is recursion? Me: This https://www.devrant.io/rants/533667
- 
						
							 linuxxx30 linuxxx30 A little ago, a devRant user drew something awesome (fantasy stylish) of another devRanter.
I said in the com... A little ago, a devRant user drew something awesome (fantasy stylish) of another devRanter.
I said in the com...







for rant in rants:
if rant.isawesome():
rant ++
undefined
++
loop
awesomeness
rants