# HG changeset patch # User William Pitcock # Date 1216646755 18000 # Node ID 10cfc41149fff9f6e35704493e667f7e69047684 # Parent 5c9160f0ff1cf7579fa7f18e96bc674ae5ef7f8c Apparently some people are dumber than I thought. diff -r 5c9160f0ff1c -r 10cfc41149ff HACKING --- a/HACKING Thu Jul 17 04:27:48 2008 -0500 +++ b/HACKING Mon Jul 21 08:25:55 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 ===========================