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
Now all the modules come with line_trace() to provide trace information. We might want to change it to trace() to make it conformed with construct() and place().
The text was updated successfully, but these errors were encountered:
@jsn1993 what do you think about renaming line_trace() to just be trace()? That way construct(), place(), and trace() are all verbs ... in general classes should be nouns and methods should be verbs ... so my vote would be to use trace().
Now all the modules come with
line_trace()
to provide trace information. We might want to change it totrace()
to make it conformed withconstruct()
andplace()
.The text was updated successfully, but these errors were encountered: