6 ms·
I wonder if this experience had any effect on how the author writes code. He basically backed into making the code testable. The process of identifying the cloc
by abraininavat 13y ago
I wonder if this experience had any effect on how the author writes code. He basically backed into making the code testable. The process of identifying the clock as part of the problem would presumably have between much easier if he had adhestrongertronger SOLID principles.
- crazy1van 13y agoMuch easier said than done. Does your latest web app have code that allows you to isolate and test the motherboard's clock generator circuit? At some point you just have to take it on faith that lower level components work correctly. And yeah, everyone once in a while you'll hit a sticky issue like in this article.