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
		
- 
				
				You should start using swear words
 
 They're great and actually help relieve pain!
- 
				
				 mampf1817y@ganjaman @jibberdev919 mampf1817y@ganjaman @jibberdev919
 The only thing I do is to say to my trainee: "oh man, look at this code! It's so dumb because of [mutable list, wrongly implemented hashCode(), ... ] etc etc..."
 
 It's already a relief to talk to someone about bad code. And yes, my trainee is already better than that other colleague. That other colleague is an external supplier btw...
Related Rants







 Coworker's whiteboard today
Coworker's whiteboard today
Today I was refactoring code with 10 levels of indentation. Java 8.
Lambdas.
Each one is a block which spans multiple lines, that makes the outer ones hundreds of lines long.
This should be forbidden: () -> { ... }
If you don't understand why, please never send me any code.
PS: intellij shows multiple errors on each line.
PPS: my colleague should be happy that I do not use swear words.
rant
code style
indentation
java
lambda