Re: Economy of Expression
- From: "Malcolm McLean" <regniztar@xxxxxxxxxxxxxx>
- Date: Mon, 24 Mar 2008 08:04:06 -0000
"Leslie Sanford" <jabberdabber@xxxxxxxxxxxxxxxxx> wrote in message news:47e74db4$0$6491$4c368faf@xxxxxxxxxxxxxxxxx
I'm wondering what are some approaches, ideas, conventions, etc,. that youDivide the program into four sections. Section one is "this program only, this platform only". Section two is "this program only, any platform", section three is "many programs, this platform only", and section four is "many programs, any platform".
find helps you to get the job done while also helping you to write less
code. My own thought is that if you find yourself writing several
applications that belong to the same domain, you can optimize your
programming approach to fit the domain; hopefully, this leads to a reuseable
toolset that can help automate repeated tasks. Basically, I'm interested in what helps you get more done while writing less code.
Then put as much into section four and as little into section one as you can.
--
Free games and programming goodies.
http://www.personal.leeds.ac.uk/~bgy1mm
.
- References:
- Economy of Expression
- From: Leslie Sanford
- Economy of Expression
- Prev by Date: Economy of Expression
- Next by Date: Re: Question concerning object-oriented programming
- Previous by thread: Economy of Expression
- Next by thread: Re: Economy of Expression
- Index(es):
Relevant Pages
|