The Architecture of Open Source Applications: The Bourne-Again Shell

来源:互联网 发布:sql exists in的区别 编辑:程序博客网 时间:2024/06/05 14:06

Bash Component Architecture

bash-article-diagram.png

Lessons from the architecture of Bash

  • it’s vital to have detailed change logs.
  • If it’s appropriate, extensive regression testing is something I would recommend building into a project from the beginning.
  • Standards are important. Bash has benefited from being an implementation of a standard.
  • Good documentation is another essential. If you expect a program to be used by others, it’s worth having comprehensive, clear documentation.
  • “Great artists steal”, use what softwares you can.
  • An active user community can be a tremendous benefit.

Reference

http://www.aosabook.org/en/bash.html

原创粉丝点击