Why is there a large difference in readability between the C# and ECMAScript 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 4:27 UTC
Read the original article Hit count: 320

Filed under:
|

I have been studying the ECMAScript specification 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# specification I am able to study components of the language without constantly moving around the document.

ECMAScript Specification

C# Specification

© Stack Overflow or respective owner

Related posts about c#

Related posts about ecmascript