Bugs and dynamically versus statically typed languages

 — 1 minute read


Daniel Sobral about the conception of bugs in dynamically and statically typed languages:

Dynamically typed language proponents consider “bugs” to be things that the user of the software can cause it to do, while statically typed language proponents consider “bugs” to be things that users of the code can cause it to do.