slikts sapnis - The 10 commandments of coding conventions [entries|archive|friends|userinfo]
slikts

[ website | untu.ms ]
[ userinfo | sc userinfo ]
[ archive | journal archive ]

The 10 commandments of coding conventions [Dec. 18th, 2008|02:32 am]
Previous Entry Add to Memories Tell A Friend Next Entry
Linkdot krepsi

Comments:
[User Picture]
From:[info]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.