#comments

[ follow ]
Python
fromRealpython
2 weeks ago

How to Write Docstrings in Python - Real Python

Docstrings are triple-quoted string literals placed immediately after module, class, or function definitions to document usage and are accessible at runtime via __doc__ guided by PEP 257.
Scala
fromMedium
4 months ago

Solving Coding Challeng: Code Comment Remover-Part 2

Implementing Go-style comments involves preserving doc comments while removing non-doc comments using regex.
[ Load more ]