There are few other static methods in several pipeline stages.
I guess the main reason for this is that they could be easily
used in other stages (Bruce?). But except parse method of
Domify stage I cannot recall if any other stage use methods
of other stages.
I think we should discuss of this issue. I suggest you to
subscribe to developer list (if you are not already) so we
could discuss about this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=608954
There are few other static methods in several pipeline stages.
I guess the main reason for this is that they could be easily
used in other stages (Bruce?). But except parse method of
Domify stage I cannot recall if any other stage use methods
of other stages.
I think we should discuss of this issue. I suggest you to
subscribe to developer list (if you are not already) so we
could discuss about this.
Logged In: YES
user_id=608954
I believe you can close this, but it is up to you, Vincent.
I guess you should update HEAD branch, too...
Logged In: YES
user_id=547388
Correct - making those methods static is to allow reuse at a
method level.