Instrument all non-trivial functions with monkit's Task #37
Labels
edge
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
up for grabs
We added the
hacktoberfest
label to issues we considered a good fit for 2021's Hacktoberfest. If you want to work on this issue, let us know in the discussion below, so we can remove theup for grabs
label and avoid having people working on the same issue independently, making sure no one's work goes in vain. Please also consider discussing how you would like to approach the problem, if appropriate. Thank you for contributing!We use monkit to monitor most of our code. Every function/method that is not trivial or performance-critical, especially from the object layer, should be instrumented with monkit's
Task
, e.g.Read more about monkit here.
The text was updated successfully, but these errors were encountered: