[xwiki-devs] [Proposal] Event Naming
Hi, While moving Event classes I've noticed that we have various naming schemes for them. I'm proposing to standardize on one only. Right now we have the generic form <type><qualifier>Event with 3 different qualifier strategies: * ApplicationStartedEvent --> preterit form * ScriptEvaluationStartsEvent --> present form * AnnotationAddEvent --> nominal form I'm proposing that we use the form: <type><qualifier>Event where <qualifier> is of the preterit form, e.g: * ApplicationStartedEvent * ScriptEvaluationStartedEvent * AnnotationAddedEvent And for Event about actions that have not yet been executed to use the present progressive form, e.g.: * ApplicationStartingEvent * ScriptEvaluationStartingEvent * AnnotationAddingEvent WDYT? Thanks -Vincent
On 11/08/2010 09:50 PM, Vincent Massol wrote:
Hi,
While moving Event classes I've noticed that we have various naming schemes for them. I'm proposing to standardize on one only.
Right now we have the generic form<type><qualifier>Event with 3 different qualifier strategies: * ApplicationStartedEvent --> preterit form * ScriptEvaluationStartsEvent --> present form * AnnotationAddEvent --> nominal form
I'm proposing that we use the form:<type><qualifier>Event where<qualifier> is of the preterit form, e.g:
* ApplicationStartedEvent * ScriptEvaluationStartedEvent * AnnotationAddedEvent
And for Event about actions that have not yet been executed to use the present progressive form, e.g.:
* ApplicationStartingEvent * ScriptEvaluationStartingEvent * AnnotationAddingEvent
WDYT?
+1, and +1 for renaming the events being moved. -- Sergiu Dumitriu http://purl.org/net/sergiu/
+1 Thanks, Marius On 11/08/2010 10:50 PM, Vincent Massol wrote:
Hi,
While moving Event classes I've noticed that we have various naming schemes for them. I'm proposing to standardize on one only.
Right now we have the generic form<type><qualifier>Event with 3 different qualifier strategies: * ApplicationStartedEvent --> preterit form * ScriptEvaluationStartsEvent --> present form * AnnotationAddEvent --> nominal form
I'm proposing that we use the form:<type><qualifier>Event where<qualifier> is of the preterit form, e.g:
* ApplicationStartedEvent * ScriptEvaluationStartedEvent * AnnotationAddedEvent
And for Event about actions that have not yet been executed to use the present progressive form, e.g.:
* ApplicationStartingEvent * ScriptEvaluationStartingEvent * AnnotationAddingEvent
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 On Mon, Nov 8, 2010 at 21:50, Vincent Massol <[email protected]> wrote:
Hi,
While moving Event classes I've noticed that we have various naming schemes for them. I'm proposing to standardize on one only.
Right now we have the generic form <type><qualifier>Event with 3 different qualifier strategies: * ApplicationStartedEvent --> preterit form * ScriptEvaluationStartsEvent --> present form * AnnotationAddEvent --> nominal form
I'm proposing that we use the form: <type><qualifier>Event where <qualifier> is of the preterit form, e.g:
* ApplicationStartedEvent * ScriptEvaluationStartedEvent * AnnotationAddedEvent
And for Event about actions that have not yet been executed to use the present progressive form, e.g.:
* ApplicationStartingEvent * ScriptEvaluationStartingEvent * AnnotationAddingEvent
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (4)
-
Marius Dumitru Florea -
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol