|
|
|
|
|
by mamcx
3474 days ago
|
|
In the same world is easier to understand for advanced developers. You know n is a number and the result is a number. You don't need to "type check in your head". Remember Pascal? Being explicit is good for education and for regular sanity. P.D: I like python very much, but all the time I'm wondering "ok, what is the meaning of this code, let's find elsewhere so I can remember what is supposed this return" This also happens to me with F# (type inference is weird: The compiler know, but it hide to me what it know!). |
|