The Unix Philosophy

Open link in next tab

The Unix Philosophy

https://argosopentech.substack.com/p/the-unix-philosophy

The Unix Philosophy is a system design philosophy of using minimalist composable components. As a software development style the Unix Philosophy advocates building small tools that communicate over a universal interface to create larger systems. Higher level functionality then emerges from the combination of these composable tools instead of from a monolithic program.

The Unix Philosophy