Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.42!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!74.125.46.80.MISMATCH!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lew Newsgroups: comp.lang.java.programmer Subject: Re: Standard Design and Development Methodologies Date: Sat, 19 Nov 2011 23:45:27 -0800 (PST) Organization: http://groups.google.com Lines: 18 Message-ID: <16886275.1483.1321775127967.JavaMail.geo-discussion-forums@prfx4> References: <4908121.2133.1321762391730.JavaMail.geo-discussion-forums@prou19> Reply-To: comp.lang.java.programmer@googlegroups.com NNTP-Posting-Host: 173.164.137.214 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1321775128 3132 127.0.0.1 (20 Nov 2011 07:45:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 20 Nov 2011 07:45:28 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.164.137.214; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T User-Agent: G2/1.0 X-Google-Web-Client: true Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:10087 Derek K. Wodenhouse wrote: > Lew wrote: >> As for ontologies, the most useful ones I know are event-driven >> programming, object-oriented programming, MVC (model-view-controller), >> layers (Law of Demeter), and "noun-and-verb" modeling. That last is my >> own term for using the language of the problem domain (its nouns and >> verbs) to define your program structures. > > That last is also known as "programming in Lisp". ;) Trivially, since the technique applies irrespective of platform. It's also known as "programming in /X/", where /X/ is any programming language. Thank you for your useful observation. -- Lew