World-writable memory on Samsung Android phones
Posted Dec 18, 2012 11:33 UTC (Tue) by
khim (subscriber, #9252)
In reply to:
World-writable memory on Samsung Android phones by oever
Parent article:
World-writable memory on Samsung Android phones
The general acceptance of sloppy coding (aka duck typing) and tendency to blame the browser, no the coder, has led to a situation where coding is actually harder for everyone.
Oh yeah. One simple example:
<script>
test = "Hello";
for (i in test) document.write(i+1, " ");
</script>
Try to guess what this code will print and why. Who's life became easier when language like this is pushed as a strict requirement?
(
Log in to post comments)