Unix-Philosophy

Browse posts by tag

The Unix Philosophy and API Design

I keep coming back to the Unix philosophy: do one thing well, compose freely, use text streams.

This isn’t nostalgia. It’s a design principle that scales from command-line tools to library APIs to distributed systems.

What Makes a Good …