Sept. 10, 2015
3:33 p.m.
Esteban A. Maringolo 2015-09-10 11:34 GMT-03:00 Max Leske <maxleske@gmail.com>:
Iâm with Sven on this. Just because JavaScript implementations (and others) choose to perform implicit type conversion doesnât mean itâs a good thing. It might make it easier for newcomers to write a hello world program but it will bite you when youâre trying to do actual work.
+1 To this. In the long term having explicit conversions is what I found more valuable. Regards!