dotgnu-visionaries
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Visionaries] WebScheme


From: Peter Minten
Subject: Re: [Visionaries] WebScheme
Date: Tue, 13 May 2003 18:57:47 +0200

Peter Minten wrote:
> 
> The loose end hunt continues.

An irritating inconsistency has been the capitilization of class names. In order
to make things work like they should I'm inserting a new convention: class names
should be in lower case and between sharp braces (like in GOOPS). This means
String becomes <string>, StringPort <string-port>, etc. This also means
(String.new) becomes (<string>.new).

Another convention, when using class names in field names the braces should be
left out. Thus not (obj.-><string>) but (obj.->string).

Greetings,

Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]