[Libre-soc-bugs] [Bug 745] OP_TERNLOG instruction
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Fri Dec 17 12:20:33 GMT 2021
https://bugs.libre-soc.org/show_bug.cgi?id=745
--- Comment #48 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
oh: and definitely don't use docstrings *under* (after) a line of code
to explain it: put a # comment *before* the code, or at the end of the
line (if there's space to do so).
self.input
""" something after-the-fact about input: NO"
# something about the input which is coming up next....
self.input # something short about the input
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list