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
The nagiosplugin.runtime.Runtime class is implemented as a singleton. This is an anti-pattern, and doesn't seem to serve any purpose, so should be refactored out of the code.
Since it's possible the side-effects this causes are relied upon by existing code, this should be done in a 2.x release.
The text was updated successfully, but these errors were encountered:
The
nagiosplugin.runtime.Runtime
class is implemented as a singleton. This is an anti-pattern, and doesn't seem to serve any purpose, so should be refactored out of the code.Since it's possible the side-effects this causes are relied upon by existing code, this should be done in a 2.x release.
The text was updated successfully, but these errors were encountered: