comparison HACKING @ 4741:10cfc41149ff

Apparently some people are dumber than I thought.
author William Pitcock <nenolod@atheme.org>
date Mon, 21 Jul 2008 08:25:55 -0500
parents 785b606fd504
children c1c536313023
comparison
equal deleted inserted replaced
4733:5c9160f0ff1c 4741:10cfc41149ff
88 - Avoid reinventing wheels, avoid code duplication. If same thing is done 88 - Avoid reinventing wheels, avoid code duplication. If same thing is done
89 in two places, it should be in a library, or possibly in Audacious core. 89 in two places, it should be in a library, or possibly in Audacious core.
90 Discuss about it with fellow developers. 90 Discuss about it with fellow developers.
91 91
92 92
93 - In the core, DO NOT WRITE CODE THAT IS DEPENDENT ON A SPECIFIC UI OR
94 INTERFACE. The core should NEVER care what interface is in use.
95
93 96
94 Additional style guidelines 97 Additional style guidelines
95 =========================== 98 ===========================
96 99
97 - Indentation: Use the same indentation style (also spaces vs. tabs) 100 - Indentation: Use the same indentation style (also spaces vs. tabs)