|
|
|
|
|
by lionkor
969 days ago
|
|
Honestly, this may be because you write procedural/functional code, aka simple code, and not enterprise (tm) (R) OOP "I've memorized all 150 design patterns" code. A lot of these components are strongly linked, and will hold mutable references to each other, which is often pretty terrible. In procedural code world, everything is connected to each other, but not strongly, and there are very few mutable references. You may just have a solid codebase. |
|