Latest Updates

Documenting code, one commit at a time.

Refactoring for Clarity: The Power of Well-Organized Files

In the NT_SABADO2_migaja project, a recent refactoring effort focused on reorganizing project files. This seemingly simple task, often viewed as purely cosmetic, is a critical component of maintaining a healthy, scalable codebase. Like an architect designing a building, developers must consider the structure and organization of their project files to ensure long-term stability and ease of

Read more

Enhancing Data Integrity: Implementing NotNull Validation in Kays Springboot

Introduction

In the kays_springboot project, ensuring data integrity is paramount. Recently, a critical refactoring step was taken to enhance the reliability of our data models by enforcing non-null constraints on key variables.

The Challenge

Previously, the price variable in one of our core data models lacked a NotNull annotation. This omission could lead to unexpected behavior and

Read more