Why is there a large difference in readability between the C# and JavaScript specifications?

Posted by ChaosPandion on Stack Overflow See other posts from Stack Overflow or by ChaosPandion
Published on 2010-05-01T03:18:41Z Indexed on 2010/05/01 3:37 UTC
Read the original article Hit count: 285

Filed under:
|

I have been studying the JavaScript standard and have found that it is extremely hard to read and understand. I constantly have to backtrack to keep concepts in my head. When reading the C# standard I am able to study components of the language without constantly moving around the document.

JavaScript Specification

C# Specification

© Stack Overflow or respective owner

Related posts about c#

Related posts about JavaScript