From ed14dcb9c594c5af8860a3f38624550c3219c829 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 14 Jun 2004 06:11:27 +0000 Subject: [PATCH] Updated. --- docs/STYLE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/STYLE b/docs/STYLE index 5cbc70656..2551fa124 100644 --- a/docs/STYLE +++ b/docs/STYLE @@ -24,6 +24,10 @@ Imports should always happen at the top of the module, one import per line (so if imports need to be added or removed later, it can be done easily). +Unless absolutely required by some external force, imports should be +ordered by the string length of the module imported. I just think it +looks prettier. + A blank line should be between all consecutive method declarations in a class definition. Two blank lines should be between all consecutive class definitions in a file. Comments are even better than blank