
You Should Format Names in Your Code
- March 24, 2025
- 6 min read
- Programming concepts
In my code, I need to define a variable to represent my new item. But how should I name it? Does it even matter how I format the variable name—or any other code item?
Read More
Make Numbers More Readable in Your Code
- February 28, 2025
- 8 min read
- Programming concepts , Software quality
Have you ever seen a giant number in your code, like 100000000
, and thought, What even is this? I explored 50 top programming languages to see which ones enhance number readability—and how to apply them in your code.

Descriptive Variable Names Are Not Always Good
- February 5, 2025
- 8 min read
- Programming concepts , Software quality
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
Python Learning Resources and Coding Conventions
- November 11, 2024
- 13 min read
- Python programming
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
- October 20, 2024
- 7 min read
- C++ programming
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
C Learning Resources and Coding Conventions
- October 1, 2024
- 7 min read
- C programming
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
Rust Coding Conventions and Learning Resources
- April 22, 2024
- 10 min read
- Rust programming
What coding style should I adopt for my Rust code to ensure consistency with my favorite Rust libraries? Where can I learn to develop a specific application using Rust and which libraries should I utilize? How can I make the most of Rust development tools?
Read More