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
c#
|ecmascript
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.
© Stack Overflow or respective owner