Thoughts on Building Reliable Systems
medium.com·3h·
Flag this post

7 min readJust now

Before diving in, we need to define what we mean by reliable. The dictionary defines reliable as “consistently good in quality or performance; able to be trusted.” In other words, does the code or system work, and more importantly, does it work well over time under various conditions? This is the only measure we will use, and it will be the focus of this paper. Arguably, there isn’t much else that matters if the system works.

Creating reliable systems is easier said than done, and with so much variance in the type of code that is “in the wild”, it’s hard to make universal statements. However, we will discuss a few guiding principles we hope will translate into the systems you build. These are idempotency, simplicity, and adaptability. Together, t…

Similar Posts

Loading similar posts...