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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fac41,e01bd86884246855 X-Google-Attributes: gidfac41,public X-Google-Thread: 103376,fb1663c3ca80b502 X-Google-Attributes: gid103376,public From: cropt Subject: Re: Interresting thread in comp.lang.eiffel Date: 2000/07/11 Message-ID: <8kfpe8$1ue$1@news-int.gatech.edu>#1/1 X-Deja-AN: 645143946 References: <8ipvnj$inc$1@wanadoo.fr> <3958B07B.18A5BB8C@acm.com> <395A0ECA.940560D1@acm.com> <8jd4bb$na7$1@toralf.uib.no> <8jfabb$1d8$1@nnrp1.deja.com> <8jhq0m$30u5$1@toralf.uib.no> <8jt4j7$19hpk$1@ID-9852.news.cis.dfn.de> <3963CDDE.3E8FB644@earthlink.net> <3963DEBF.79C40BF1@eiffel.com> <396502D2.BD8A42E7@earthlink.net> <6aHa5.113$6E.23141@ptah.visi.com> <396B4A68.458FA3BC@maths.unine.ch> X-Complaints-To: usenet@news.gatech.edu X-Trace: news-int.gatech.edu 963340552 1998 128.61.43.124 (11 Jul 2000 18:35:52 GMT) Organization: Georgia Institute of Technology, Atlanta GA, USA NNTP-Posting-Date: 11 Jul 2000 18:35:52 GMT Newsgroups: comp.lang.ada,comp.lang.eiffel Date: 2000-07-11T18:35:52+00:00 List-Id: > If I make an assumption and don't explictly write it down or > tell someone and conditions which I was not aware of at the > time occurr that violate my assumption then we have a problem > which would most likely take a while to track down. I think the question was about what happens when you make an assumption and write down something thats not exactly the same as your assumption Like writing a log function and only writing the contract to prevent negative numbers {forgetting what happens at 0}