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
-
Yupp, that's me. And lack of explicit types is ine of the reasons py is not for me 😁
-
Whut
Explicit types are awesome, they enforce stuff that the compiler can check.
I rather hate it when a long, complicated Python program comes crashing down due to a type error halfway through the code. -
If data types are your main concern i am going to assume you are either inexperienced or just plain bad.
Also you can use var keyword -
Awww I remember when I started to code as well :) oh shit! That can be my week dev rant insult!
-
mahaDev22226y@divine-codez why does it bother you so much? The main advantage is that you can control data flow at compile time instead of putting a load of checks on the data sink/data factory later. Plus, execution time is lesser compared to that of scripts.
Java is perfect if you are a narcissistic egomaniac with OCD who has to declare a data type for every variable. Back to python
rant