Imagine you want to create a coding convention for your development team. One approach would be to adopt a strategy that bigger companies adopt. While this approach can be a good starting place, it’s not exactly ideal. Because there are a lot of criteria in your team that can change what is the best way …
Coding Principles
Programming Principles: A Summary
I previously wrote about a important concept that I always use when I think about design that can be found here. In this article we’ll explore a summary of the most essential programming principles and practices that significantly influence the approach and processes in the field of software development. These principles, ranging from fundamental programming …
The Power of Simplicity: Doing the Simplest Thing That Could Possibly Work
There’s a famous saying that goes, “Less is more,” a principle that also extends to the world of programming. As a developer, I’ve found the mantra, “Doing the Simplest Thing That Could Possibly Work,” to be a beacon of guidance. This principle advocates for simplicity, advocating the creation of code that does the job in …