-
Enhancement
-
Resolution: Fixed
-
P3
-
15
-
b10
CommentHelper objects are given a reference to the BaseConfiguration when they are constructed, but this is ignored. Subsequently, many methods that need access to the configuration require the configuration to be passed in as a parameter.
By saving the value passed in to the constructor, we can remove the need for the parameter for the various CommentHelper methods.
By saving the value passed in to the constructor, we can remove the need for the parameter for the various CommentHelper methods.