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
-
The .also { }, .apply { }, etc. in Kotlin. It's incredibly powerful and makes quite a few variable assignments unnecessary.
-
Not much particularly. Although when i was learning java, i felt a newfound respect for python's super small code. For eg
x,y=2,3
x,y=y,x
And we are done . In 10 characters, we created 2 variables, initialised them and swapped them too. No classes, no main function Nothing. Super easy, super sweet
Related Rants
-
xonya26So, eventually they understood a lot of SO users are assholes. 😁
-
BambuSource22Internet streaming website be like: Oh no, you can't right click and save the video file on your computer! *...
-
brod12Holy crap, just consulted with a company who wanted to fire the entire 6 person backend team because: "They d...
What's that one concept that made you say wow in any programming or scripting language?
question
uh hoo
wow