I disagree here. Jacek made already an own implementation of
IRI for his versioning. Furthermore I exepect multiple more
specific interfaces / implementations for the Warning an Errors.
Or porbably I misunderstand your intention here?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
>I disagree here. Jacek made already an own implementation of
IRI for his versioning.
I'm still not convinced this was necessary. Can you elaborate?
>Furthermore I exepect multiple more
specific interfaces / implementations for the Warning an
Errors.
I didn't say there won't be new Errors and Warnings - I said
they should be classes that subclass the top Error/Warning
class. Just like Java exceptions do
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
besides, Jacek could have used a class + subclassing to
provide an alternative IRI implementation, since providing
an alternative implementation is something more people won't
do anyways
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=1125735
I disagree here. Jacek made already an own implementation of
IRI for his versioning. Furthermore I exepect multiple more
specific interfaces / implementations for the Warning an Errors.
Or porbably I misunderstand your intention here?
Logged In: YES
user_id=548066
>I disagree here. Jacek made already an own implementation of
IRI for his versioning.
I'm still not convinced this was necessary. Can you elaborate?
>Furthermore I exepect multiple more
specific interfaces / implementations for the Warning an
Errors.
I didn't say there won't be new Errors and Warnings - I said
they should be classes that subclass the top Error/Warning
class. Just like Java exceptions do
Logged In: YES
user_id=548066
besides, Jacek could have used a class + subclassing to
provide an alternative IRI implementation, since providing
an alternative implementation is something more people won't
do anyways
Logged In: NO
Jacek: I don't technically need a different IRI
implementation, so I can live with this change.