What's up with the cake?

Hang on, the cake is not a lie! But first… Let’s talk: Naming Things. One of the many things a programmer should learn, is to properly name variables, functions, classes, etc. With proper naming, we can eliminate a lot of problems that will haunt us when we get older. (Yes, even a minute ago you were younger…) When learning to program, we are initially introduced to variables using simple mathematical problems, for example: c = a + b or (x * y) / z...

 · 5 min · Dandielo