Live data from Hacker News

A simple Minecraft clone written in C using modern OpenGL

github.com

1–5 of 5 posts

Re: A simple Minecraft clone written in C using modern OpenGL

#4
The code is full of one character variable names. Why do people do this? Even if I was programming on my own one-man project, I wouldn't do this. Why force yourself to keep all that context in your head? Do you still know what everything means after a few months away?

Re: A simple Minecraft clone written in C using modern OpenGL

#5

The code is full of one character variable names. Why do people do this? Even if I was programming on my own one-man project, I wouldn't do this. Why force yourself to keep all that context in your head? Do you still know what everything means after a few months away?

I checked 3-4 .c files. Looks fine to me. Can you give me an example?