# HG changeset patch # User William Pitcock # Date 1216646777 18000 # Node ID f9a672bec635ec504a920162ff9132b7eda78532 # Parent 4542b99f0fcb531e3dbca9775d34c2ba21e6dffe# Parent 10cfc41149fff9f6e35704493e667f7e69047684 Automated merge with ssh://hg.atheme.org//hg/audacious diff -r 4542b99f0fcb -r f9a672bec635 HACKING --- a/HACKING Mon Jul 21 14:49:38 2008 +0200 +++ b/HACKING Mon Jul 21 08:26:17 2008 -0500 @@ -90,6 +90,9 @@ Discuss about it with fellow developers. +- In the core, DO NOT WRITE CODE THAT IS DEPENDENT ON A SPECIFIC UI OR + INTERFACE. The core should NEVER care what interface is in use. + Additional style guidelines ===========================