Recent Posts

Object Orgy

2 minute read

In computer programming, an object orgy is a situation in which objects are insufficiently encapsulated via information hiding, allowing unrestricted access ...

Yo-yo problem

1 minute read

In software development, the yo-yo problem is an anti-pattern that occurs when a programmer has to read and understand a program whose inheritance graph is s...

Ninety–ninety rule

less than 1 minute read

The “ninety-ninety” rule states that the first 90 percent of code construction uses up 90 percent of development time, and that the remaining 10 percent of c...

Overengineering

1 minute read

Overengineering (or over-engineering, or over-kill) is the act of designing a product to be more robust or have more features than often necessary for its in...

We did this ourselves

less than 1 minute read

“A leader is best When people barely know he exists Of a good leader, who talks little, When his work is done, his aim fulfilled, They will say, “We did t...