A different way of sharing

And here I am writing a blog. Something I was never thinking of.

Just to introduce myself, a self-taught programmer, always looking for the next thing to learn. Now I am at a place where sharing my thoughts might help someone else.

I hope you are going to enjoy the topics and follow my journey.

– Dandielo

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