|
|
|
|
|
by LeonM
2028 days ago
|
|
> I have more problems reading code with short names rather than long. C code with one or two letter variable names often looks impenetrable to me. I agree. Short names don't make code readable, they make typing less work. In my opinion this means the author used the wrong tool. If you don't want to type long names, use an IDE with auto-complete. Don't make the reader suffer from your laziness. |
|