[Kst] kdeextragear-2/kst/devel-docs (silent)
George Staikos
staikos at kde.org
Mon Jul 12 22:48:01 CEST 2004
CVS commit by staikos:
CVS_SILENT
M +6 -1 codingstyle.txt 1.4
--- kdeextragear-2/kst/devel-docs/codingstyle.txt #1.3:1.4
@@ -132,7 +132,12 @@
reasons.
+- Have care to push class instantiations down as far as possible in scope.
+ Some are quite expensive to instantiate and there is no value in following
+ the old C-style declarations. Instantiating objects that aren't used just
+ slows down Kst.
+
+
- Why do we do this? To make coding on Kst faster, easier, more consistent,
and more efficient.
-
More information about the Kst
mailing list