X-Received: by 10.224.72.199 with SMTP id n7mr11807371qaj.5.1363114950033; Tue, 12 Mar 2013 12:02:30 -0700 (PDT) X-Received: by 10.50.186.202 with SMTP id fm10mr2020816igc.10.1363114949941; Tue, 12 Mar 2013 12:02:29 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!dd2no2019846qab.0!news-out.google.com!o5ni743qas.0!nntp.google.com!dd2no2019839qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Tue, 12 Mar 2013 12:02:29 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.28.149.29; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T NNTP-Posting-Host: 69.28.149.29 References: <38e873e0-549a-417c-b45b-9b9d52f65880@googlegroups.com> <51306447$0$1206$ba4acef3@reader.news.orange.fr> <90683973-c8ab-4c79-b132-d6f45e939a69@googlegroups.com> <51345776$0$1385$ba4acef3@reader.news.orange.fr> <093b4a9b-e2d8-4fdd-bc13-1eae629d9289@googlegroups.com> <5137eb06$0$32109$14726298@news.sunsite.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <20b50f38-3ad2-4fbb-9db6-c8d88eef3ac7@googlegroups.com> Subject: Re: Boolean From: Lew Injection-Date: Tue, 12 Mar 2013 19:02:30 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:22934 On Tuesday, March 12, 2013 10:04:33 AM UTC-7, markspace wrote: > On 3/12/2013 9:54 AM, Patricia Shanahan wrote: > >> Whether something is a technical term or not depends on context. > > Yes, context is something that seems to be lost or ignored here quite often. This subthread started because of an assertion that class names in Java must start with a capital letter. This statement was not correct, by the normal understanding of the English word "must". Furthermore, it was a technical assertion about the rules of the Java language. As such it needed to be correct or corrected. It is not relevant really what the word "must" means as a technical term, but it's helpful that the meaning is identical whether taken as "ordinary" English or precise terminology. It is not a requirement of the Java language that class names begin with a capital letter. However, as a matter of best practice, they should. -- Lew