Click any tag below to further narrow down your results
Links
The article discusses error handling strategies in software systems, particularly in cloud environments. It emphasizes that error handling should be a global property of the system rather than a local one, considering factors like failure correlation, architecture capabilities, and the potential to continue operations. The author also highlights the importance of blast radius reduction techniques.
The article discusses the complexities of error handling in software systems, emphasizing that it's not just about individual components but how they interact globally. It explores scenarios where crashing might be appropriate or where systems can continue functioning despite errors, highlighting the importance of architecture and business logic in these decisions.