|
Posted by ImOk on 07/28/06 22:29
Smalltalk is the only language I know that was designed around case
sensitivity being used correctly and with a purpose. If you study their
system (and it's not complicated) you can write better code in all the
other languages.
Here is an example of a book that shows you style programming and how
case sensitive is important:
http://www.amazon.com/gp/product/0131655493/sr=1-2/qid=1154125686/ref=pd_bbs_2/102-8231008-5203310?ie=UTF8&s=books
Jerry Stuckle wrote:
> Shelly wrote:
> > "Tony Marston" <tony@NOSPAM.demon.co.uk> wrote in message
> > news:ead9b9$nf2$1$830fa79d@news.demon.co.uk...
> >
> >>All I hear on this newsgroup is along the lines of "I have only been
> >>programming for 5 minutes and have only ever used one OS (unix) and one
> >>language (C or C++) and that is case-sensitive, so that's the way it is".
> >>Not much of an argument, is it?
> >
> >
> > Well, I have been coding for 43 years, starting with spaghetti-code Fortran.
> > I like case sensitivity -- especially in Java where the casing tells you
> > what kind of thingee it is.
> >
> > Shelly
> >
> >
>
> Yep, same here. And I use the same style in my C++ and PHP code.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex@attglobal.net
> ==================
Navigation:
[Reply to this message]
|