A few days ago, a new proposal draft for generics implementation in Golang was submitted. What are “Generics” and what Needs do they Solve? It is a long time that…
Many years have passed since the introduction of “Object Oriented Design” concepts, and many programming languages have decided to adopt that approach, reject it or pick some parts of it…
A few weeks ago, the Core C++ Israel conference took place for the first time, in the Academic College of Tel-Aviv Yaffo. Naturally, I have mainly focused on the domains…
Exceptions are a fundamental concept of many SW systems. Yet, the right way to use and handle them is not always clear, and highly varies among systems and platforms. This post goes over the most important rules for successful exception handling towards robust and well written systems.
Technology vs. Architecture When speaking about “Architecture”, the conversation usually moves to to technologies discussion. Is Java better, or maybe C++? Should we use Windows, or maybe Linux? Which is…
If you are one of this blog’s readers, you are probably familiar with the SOLID principles for OOD software development. The one thing you have never been taught, though, is…