#comments

[ follow ]
fromThe Verge
6 days ago

Pitchfork is beta testing user reviews and comments as it approaches 30

In addition to commenting, you will also have the opportunity to add your own score to an album review using Pitchfork's rating system. This score will be shown next to your comment and will be aggregated with other readers to form a "reader score" alongside Pitchfork's official score.
Music
Python
fromRealpython
2 months 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
6 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 ]