Errors and non-errors (terminology)
In the error handling series we mention the term “error” a lot. We mean it in the generic sense, not strictly for “bugs”. Read more for details.
Home » Articles » Clean code » Page 2
In the error handling series we mention the term “error” a lot. We mean it in the generic sense, not strictly for “bugs”. Read more for details.
What should a program should do when it encounters an error? It depends on the error, the program and the user experience.
This article is the complete guide and reference for naming in code. Learn how to write good names and about common naming conventions in code.
Learn how to create small, specific code units (functions and methods) that are easy for you to work with.
What are the requirements of software and why do they matter? Knowing them helps you write better code. It also helps you apply programming principles better.
Programming principles are necessary. Applying them properly helps you create good software. This article is a thorough introduction to programming principles for beginners.