The 10 commandments of coding conventions |
[Dec. 18th, 2008|02:32 am] |
|
|
|
Comments: |
![[User Picture]](http://klab.lv/userpic/127103/24) | From: | artis |
Date: | December 18th, 2008 - 02:52 am |
---|
| | | (Link) |
|
Taylor's Laws of UNIX Programming:
- Never write it in C if you can do it in awk;
- Never do it in awk if sed can handle it;
- Never use sed when tr can do the job;
- Never invoke tr when cat is sufficient;
- Avoid using cat whenever possible.
| |