DEV Community

[Comment from a deleted post]
Collapse
 
blackr1234 profile image
blackr1234 • Edited

The lack of static type makes it easier to code but harder to figure out what's in the object and therefore programs are easier to glitch (theoretically). Code is a bit cleaner when compared to Java with generics.
0.1 + 0.2 not equal 0.3 is a problem that exists in many programming languages incl. Java.
Anyway, every programming language has its best practices which we should all read when we are learning it.