Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] using rusage
- Date: Sun, 22 Jun 2008 13:33:38 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] using rusage
- References: <78d7dd350806181930i6acda17co682c322d3a7872af@mail.gmail.com> <20080619035005.GB11561@lucky.cynic.net> <78d7dd350806190155k328d24bcjcf61cb707c42045c@mail.gmail.com> <20080619114706.GA15943@lucky.cynic.net> <d8fcc0800806191638u4afa8ac9v62409fe0305ad233@mail.gmail.com> <20080620001947.GD19792@lucky.cynic.net> <d8fcc0800806200039t32a6fe51h11ad9b0bec24037e@mail.gmail.com> <20080622003114.GI7494@lucky.cynic.net> <d8fcc0800806211748y4bf4783cla401afe0df23b04a@mail.gmail.com>
- User-agent: Mutt/1.5.17 (2007-11-01)
On 2008-06-22 09:48 +0900 (Sun), Josh Glover wrote: > 2008/6/22 Curt Sampson <cjs@example.com>: > > > But then again, if you're in a "better safe than sorry" mode.... > > Shouldn't this be the default position of systems programmers? Well, it's a trade-off, as usual. Being better safe than sorry in C usually means adding more code, sometimes much more, and the complexity that it adds to the system will certainly introduce its own problems. So are those problems easier to deal with than the other issues? It depends on the specifics of your program. I encounter a lot of projects where the code is getting close to "untouchable"--it's a huge amount of work to make even fairly trivial changes. The most common reason for this, besides of course the lack of automated tests, is that no effort was made to reduce the code to the smallest possible amount that could still do the work, and so you have to deal with thousands of lines when making a change where you should instead have to deal with a few hundred. For any software you're modifying, you essentially pay a maintenance charge on every single line of code, every month. cjs -- Curt Sampson <cjs@example.com> +81 90 7737 2974 Mobile sites and software consulting: http://www.starling-software.com
- Follow-Ups:
- Re: [tlug] using rusage
- From: Josh Glover
- References:
- [tlug] using rusage
- From: Hung Nguyen Vu
- Re: [tlug] using rusage
- From: Curt Sampson
- Re: [tlug] using rusage
- From: Hung Nguyen Vu
- Re: [tlug] using rusage
- From: Curt Sampson
- Re: [tlug] using rusage
- From: Josh Glover
- Re: [tlug] using rusage
- From: Curt Sampson
- Re: [tlug] using rusage
- From: Josh Glover
- Re: [tlug] using rusage
- From: Curt Sampson
- Re: [tlug] using rusage
- From: Josh Glover
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] using rusage: "better safe than sorry" programming by default
- Next by Date: Re: [tlug] Managing PGP keys on multiple machines
- Previous by thread: Re: [tlug] using rusage: "better safe than sorry" programming by default
- Next by thread: Re: [tlug] using rusage
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links