RefineryToolkits icon indicating copy to clipboard operation
RefineryToolkits copied to clipboard

change hard-coded references to the type (`gEdge` in this case) to use `this.GetType().ToString()` in all occurrences of this pattern

Open SHKnudsen opened this issue 5 years ago • 1 comments

change hard-coded references to the type (gEdge in this case) to use this.GetType().ToString() in all occurrences of this pattern

_Originally posted by @radumg in https://github.com/render_node/MDE3OlB1bGxSZXF1ZXN0UmV2aWV3MjE5MzAyODgy/pull_request_reviews/more_threads

SHKnudsen avatar Mar 27 '19 14:03 SHKnudsen

better yet, use compile-time constant nameof(gEdge)

radumg avatar Jun 12 '19 15:06 radumg