From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fac41,9a0ff0bffdf63657 X-Google-Attributes: gidfac41,public X-Google-Thread: 103376,4b06f8f15f01a568 X-Google-Attributes: gid103376,public X-Google-Thread: f43e6,9a0ff0bffdf63657 X-Google-Attributes: gidf43e6,public X-Google-Thread: 1108a1,9a0ff0bffdf63657 X-Google-Attributes: gid1108a1,public From: Loryn Jenkins Subject: Re: Software landmines (loops) Date: 1998/09/07 Message-ID: <35F30715.7367CE9D@s054.aone.net.au>#1/1 X-Deja-AN: 388506344 Content-Transfer-Encoding: 7bit References: <35DBDD24.D003404D@calfp.co.uk> <6sbuod$fra$1@hirame.wwa.com> <35f51e53.48044143@ <904556531.666222@miso.it.uq.edu.au> <6sgror$je8$3@news.indigo.ie> <6sh3qn$9p2$1@hirame.wwa.com> <6simjo$jnh$1@hirame.wwa.com> <6sjk3p$4tc$1@hirame.wwa.com> <6skgn4$3gq$1@hirame.wwa.com> <6sm6md$3fh$1@hirame.wwa.com> <35f1375e.6237208@news.erols.com> <35F074C9.E10C3265@s054.aone.net.au> <35F2E907.594CD023@earthlink.net> X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii X-Trace: news.mel.aone.net.au 905119552 12631 203.12.186.53 (6 Sep 1998 22:05:52 GMT) Organization: TekRite Pty Ltd Mime-Version: 1.0 Reply-To: loryn@acm.org NNTP-Posting-Date: 6 Sep 1998 22:05:52 GMT Newsgroups: comp.lang.eiffel,comp.object,comp.software-eng,comp.lang.ada Date: 1998-09-06T22:05:52+00:00 List-Id: Charles Hixson wrote: > > Loryn Jenkins wrote: > ... > > This is an interesting approach to DBC: specify your preconditions and > > write your function to ensure the preconditions are met, else bail. > > > > However, I think Meyer's approach to DBC is more powerful than this. > > Basically, Meyer's approach is to make the calling routine check the > > preconditions, not the called routine. > ... > > Loryn Jenkins > > But frequently the programmer does not have the choice of what language > is to be used. E.g., most of my work for the last couple of years has > been in various flavors of Visual Basic. (At least it's lots better > than Dartmouth Basic). DBC is a methodological principle. You can use this design mechanism in any language. DBC simply forms a protocol that holds between various routines in the software. You are currently using such a protocol (even if you haven't thought of it in these terms). This is just a different one. Loryn Jenkins