Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

While this may seem like a joke when referring to this size of code, some people actually write this way:

http://nsl.com/papers/origins.htm

(Arthur Whitney's initial implementation of "J")



That is not "obfuscated", but rather J-style.

The rationale is: To write a J interpreter/compiler you need to know J. If you know J, then J-style C is easy to work with.


The example I use is: is it easier to read "a + b", or "a plus b"? In many cases, what looks like obfuscation is just shorthand notation.


The appropriate counterexample here is which is easier to read, "a plus b" or "aplusb"? :)




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

Search: