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
		- 
				
				As a eastern european, my guess is that russian jetbrains bois were too busy drinking vodka than documenting stuff.
 - 
				
				@SevenDeadlyBugs
That was actually on their annual developer survey.
"Where is jetbrains located?"
- Czech republic
- Czechoslovakia
- Prague
- not Russia 
Related Rants


Docs!
I really hate people that don't document well their 'inventions'.
Let's take for example kotlinx.serialization library. It's a self-obvious fact that there are at least two things that will make anyone suffer: generics and polymorphism. So, they must be on the front page. Solved. With a recipe. Ready to use.
And what do we have? One mention somewhere in docs and an amazing test that 'explains' 'everything':
https://github.com/Kotlin/...
'What we got here is a failure to communicate.' (c)
rant
kotlinx.serialization
kotlin
docs
support