Refactoring 027 - Remove Getters

Refactoring 027 - Remove Getters
Unleash object behavior beyond data access TL;DR: Remove or replace getters with behavior-rich methods that perform operations instead of exposing internal state. Problems Addressed 😔 An...
0 Read More

What I learned from Vibe Coding

What I learned from Vibe Coding
Software development is changing rapidly, and a new way of coding is becoming popular. It’s called “vibe coding,” a term used by Andrej Karpathy. This isn’t about how code appears or feels. It...
0 Read More