Hacker News new | ask | show | jobs
by throwaway_exer 3708 days ago
K&R used short variable names, and C programmers are proud not be programming in Java, which encourages longer names.

I personally think the variable name length should match the scope size, bu then I'm reasonable like that.

1 comments

> the variable name length should match the scope size

Perfect summation, matches my thoughts.