Hacker News new | past | comments | ask | show | jobs | submit login

I ran it through gcc -E and clang-format.

https://pastebin.com/21qiRDi5




And not surprisingly that makes it less readable. It is a lot harder to have one-character names when you need to scroll across many pages to look up what they mean. So the more code you have, the longer code you need. As Eric Evans points out, naming things in computer code is difficult and important; wrong names can be misleading. This style avoids the problem by avoiding names.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: