Prompts 工程完美地反应了 Unix 的设计哲学:
- Write programs that do one thing and do it well.
写每个程序针对一件任务,并做到极致。
- Write programs to work together.
写可以一起工作的程序。
- Write programs that handle text streams, because that is a universal interface.
写可以处理文本流的程序,因为语言(文本)是通用的用户界面。