Improving code quality can be challenging throughout a project's lifecycle. Learn how to improve it continuously
SOLID Principles – If you are a professional developer, there’s no way around these rules for object-oriented software design.
Yannic Schröer
GRASP is an acronym for General Responsibility Assignment Software Principles. In this article, we want to point out these principles and how they work.
Every developer heard this sentence at least once before: “Use meaningful names for your variables!”.
Jonas Scholl
Discover the value of comments in code and learn to write self-explanatory code while utilizing effective comments when needed.
The “Do one thing” rule for programming is essential to everyone’s clean code philosophy. Learn why and how to apply it.
KISS (keep it simple stupid) - a design rule that every professional developer should know. Reduce complexity and improve readability
Do you tend to repeat code over and over again? There are several important reasons besides DRY (Don’t Repeat Yourself) not to do so.