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
Ideally only the main scheduler functions accesses globals besides the metrics.
While there are plenty of articles with globals considered harmful, the main motivation here is that it makes the library much harder to test.
Scalable fuzzing and property-based testing would require independent, ideally side-effect free components that can be tested independently and in parallel.
The text was updated successfully, but these errors were encountered:
Ideally only the main scheduler functions accesses globals besides the metrics.
While there are plenty of articles with globals considered harmful, the main motivation here is that it makes the library much harder to test.
Scalable fuzzing and property-based testing would require independent, ideally side-effect free components that can be tested independently and in parallel.
The text was updated successfully, but these errors were encountered: