Skip to main content



      Home
Home » Archived » Eclipse Communications Framework (ECF) » one suggest.
one suggest. [message #570719] Wed, 15 December 2004 03:16 Go to next message
Eclipse UserFriend
Originally posted by: haides.di.gmail.com

1.
I suggest change the prefix from the "Shared" to "ECF".Because the
"ecf" is more rather to describe the namespace,it is propitious to
developers for reading and writting the code.
For example:Li-Te wrote a section code:
ISharedObjectContainer chatLobby =
SharedObjectContainerFactory.
makeSharedObjectContainer("chatLobby");
ISharedObjectContainer chatSession =
SharedObjectContainerFactory.
makeSharedObjectContainer("chatSession");

if it like below:
IEcfObjectContainer chatLobby =
EcfObjectContainerFactory.
makeEcfObjectContainer("chatLobby");

IEcfObjectContainer chatSession =
EcfObjectContainerFactory.
makeEcfObjectContainer("chatSession");
Re: one suggest. [message #570846 is a reply to message #570719] Wed, 15 December 2004 18:50 Go to previous message
Eclipse UserFriend
Hi Haides,

A question about this suggestion...is this driven mainly by a desire for
brevity, or do you have an impression that 'SharedObject' is somehow
miscommunicating?

Both are completely valid reasons for the suggestion, IMHO, but because
of the package prefix we're using (i.e. org.eclipse.ecf.core.<whatever>)
we've so far been hesitant to 'reuse' ECF in the class naming.

Thanks,

Scott


Haides Di wrote:
> 1.
> I suggest change the prefix from the "Shared" to "ECF".Because the
> "ecf" is more rather to describe the namespace,it is propitious to
> developers for reading and writting the code.
> For example:Li-Te wrote a section code:
> ISharedObjectContainer chatLobby =
> SharedObjectContainerFactory.
> makeSharedObjectContainer("chatLobby");
> ISharedObjectContainer chatSession =
> SharedObjectContainerFactory.
> makeSharedObjectContainer("chatSession");
>
> if it like below:
> IEcfObjectContainer chatLobby =
> EcfObjectContainerFactory.
> makeEcfObjectContainer("chatLobby");
>
> IEcfObjectContainer chatSession =
> EcfObjectContainerFactory.
> makeEcfObjectContainer("chatSession");
Previous Topic:ECF documentation comments
Next Topic:Starting a Chat Use Case
Goto Forum:
  


Current Time: Sun Jul 27 05:17:22 EDT 2025

Powered by FUDForum. Page generated in 0.03604 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top