Readable code is unreadable: Arthur Whitney's J incunabulum(blog.wilsonb.com)
blog.wilsonb.com
Readable code is unreadable: Arthur Whitney's J incunabulum
https://blog.wilsonb.com/posts/2025-06-06-readable-code-is-unreadable.html
https://blog.wilsonb.com/posts/2025-06-06-readable-code-is-unreadable.html
"Weak Whitney" is the claim that this very terse style is comprehensible given sufficient study. I find this plausible.
"Strong Whitney" is the claim that in many circumstances this style is _better_ than a more normal style, with full variable names, whitespace, etc. I am much less persuaded by that claim. When the article says things like "Note that d probably stands for “dimension” or perhaps “depth”; I’m unsure on this point." I'm like, yes, congratulations, that is exactly the point of using more descriptive names and/or comments.