Replies: 1 comment 1 reply
-
It's always safe to call the base method, so if in doubt, do that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
BootstrapperBase
,StyletIoCBootstrapperBase
andBootstrapper<T>
, each has some methods overridable. But everytime I implements myBootstrapper
, I always forgets which one need to callbase.XXX()
, which one no need. This makes me have to look through the source code.Beta Was this translation helpful? Give feedback.
All reactions