nagiosplugin icon indicating copy to clipboard operation
nagiosplugin copied to clipboard

Runtime singleton should be refactored out

Open mpounsett opened this issue 3 years ago • 0 comments

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.

mpounsett avatar Jan 21 '22 14:01 mpounsett