Articles

Descriptive Variable Names Are Not Always Good

Descriptive Variable Names Are Not Always Good

When naming variables in a program, the usual advice is to use descriptive names. But is this always the case? Let’s explore when shorter, less descriptive names might actually improve readability.

Read More
7 Basic C Programming Facts you Need to Know

7 Basic C Programming Facts you Need to Know

In this article, I’m sharing 7 essential facts about the C programming language. Whether you’re just starting out or you’ve been using C for years, you’re sure to find something new and interesting.

Read More
Python Learning Resources and Coding Conventions

Python Learning Resources and Coding Conventions

If you’re looking to learn the Python programming language and improve your coding skills, using the right resources and following solid coding conventions is essential.

Read More
C++ Learning Resources and Coding Conventions

C++ Learning Resources and Coding Conventions

If you’re looking to learn the C++ programming language and improve your coding skills, using the right resources and following solid coding conventions is essential.

Read More