[cal10n-dev] [JIRA] Created: (CAL-12) Interface IMessageConveyor should be called MessageConveyor and the class MessageConveyor should be called DefaultMessageConveyor
Geoffrey De Smet (JIRA)
noreply-jira at qos.ch
Wed Feb 17 10:45:33 CET 2010
Interface IMessageConveyor should be called MessageConveyor and the class MessageConveyor should be called DefaultMessageConveyor
----------------------------------------------------------------------------------------------------------------------------------
Key: CAL-12
URL: http://jira.qos.ch/browse/CAL-12
Project: CAL10N
Issue Type: Improvement
Reporter: Geoffrey De Smet
Assignee: Ceki Gulcu
So it follows the JDK, JRE coding conventions, as well as most open source projects out there (especially Java projects).
It also allows you to design an AbstractMessageConveyor in between, so you can tell people to extend that instead of directly implementing the public interface.
That allows you to add extra methods to the interface in future versions and provide a dummy implementation in AbstractMessageConveyor.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cal10n-dev
mailing list