Skip to main content
2 events
when toggle format what by license comment
Mar 13, 2017 at 13:50 comment added Robert Columbia Great point about tolerance for error. This is a double edged sword in programming - consider Visual Basic. VB is famously rather loose in terms of syntax and allows you to leave many things implicit and let the compiler "figure out" what you meant, but it can make it very easy for you to write something that the compiler interprets differently than you, leading to runtime issues. If you are that ambiguous in Java or C#, the compiler often will refuse to compile the code at all until you satisfy its need for certainty as to your expectations.
Mar 10, 2017 at 10:00 history answered user2876 CC BY-SA 3.0