Closed (won't fix)
Project:
Version Control API
Version:
6.x-2.x-dev
Component:
API module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2009 at 18:47 UTC
Updated:
24 Apr 2012 at 16:59 UTC
Make sure interfaces has nouns instead of verbs.
6c0504b4d0c362ba0884af12dd174fce643aa9cc - Weird to have the verbal construction in the name of the interface itself (VersioncontrolItemExportDirectory). Interfaces should be nouns, not verbs; save the verbs for methods.
Comments
Comment #1
marvil07 commentedComment #2
marvil07 commentedtagging
Comment #3
marvil07 commentedtagging
Comment #4
marvil07 commentedcleaning api is a good thing (tm)
Comment #5
marvil07 commentedIn preparation for this I have moved three interfaces to the interfaces file. Details on 452e482.
BTW Details on coding standards at Object-oriented code
Comment #6
marvil07 commentedThis is not valid anymore since we have removed all optional item features, which were declaring the interfaces with was going to be renamed.
See #1542874: Rework item optional features for details.