Comments about why something is happening are in my experience much more useful.
An example:
# Using an if / elif rather than a select here
Rather than:
# Use a large if / elif statement here due to a regression in TCL 8.4 which made select statements significantly slower. See GitHub.com/tcl-bugs.
Comments about why something is happening are in my experience much more useful.
An example:
# Using an if / elif rather than a select here
Rather than:
# Use a large if / elif statement here due to a regression in TCL 8.4 which made select statements significantly slower. See GitHub.com/tcl-bugs.