You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Katharsis almost all not-public methods are marked as private instead of protected. If overriding one method it is necessary to duplicate nearly the whole class.
In Katharsis almost all not-public methods are marked as private instead of protected. If overriding one method it is necessary to duplicate nearly the whole class.
Additionally lines like
or
or
in the middle of the code makes it difficult to extend the framework. You should implement more like the spring-framework is built.
The text was updated successfully, but these errors were encountered: