Everyone has heard of KISS (Keep It
Simple Stupid) programming methods .
With all the different acronyms around this one is our philosophy.
Readable programming makes it easy to support and troubleshoot
our code, writing a few minutes,hours but not days.
Ever have to go through 10 or 15 files or module after module after
module to find a simple line of code?.
Some times I don't understand the term other programming houses
use (easy to use. plug and play). Granted, I have installed their
programs in less then 20 minutes, but (don't you just love that
word) making changes to it ???. Parts of the template are in the
code that you have to trace through to find, other parts are in
templates in one folder and other parts in another. The documentation
tells you to find this or that file. Well same here. Difference
is, you can read and understand each module with ease. Anything
template is in a template folder and named appropriately.
Were a mod PERL programming house. and no. we don't do POOP (Perl
Object Orientated Programming). We use a object orientated style
with out the OOPs it self.
There are a number of reasons why. but simply put. We don't
We do how ever like using gadgets, widgets and javascript, Ajax,
DHTML and CSS.
|