Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » one suggest.
one suggest. [message #570719] Wed, 15 December 2004 08: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 23:50 Go to previous message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
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: Fri Sep 20 11:52:03 GMT 2024

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

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

Back to the top