Chapter 9 Explore the Ecosystem
Software never exists in isolation. It runs on an operating system. It depends on libraries of reusable code or external services. It uses system resources like memory, the file system, databases, and network connections. It interoperates or integrates with other applications.
When you’re focused on the internals of your software, it’s easy to forget all these dependencies that make up the larger system. You’re thinking about algorithms and business rules and user flows, not what happens if the network goes down. Yet all those external dependencies represent a wide range of places that you cannot control directly and where things can go horribly wrong. Network connectivity can be flaky. Files can be locked ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access