For further actions, you may consider blocking this person and/or reporting abuse
Read next

Automation: It's Not Just for the Lazy, It's for the Efficient
John Mark Bulabos -

Entendiendo el Hoisting en JavaScript
Ulises Serrano -

Unleashing the Power of Write-Ahead Logging in PostgreSQL: Safeguarding Data with Resilience
Umairius's Repo -

Dynamically generate docker-compose.yaml for YugabyteDB and more!
hiimivantang -
Top comments (1)
I take the block of code that requires commenting, break it out to a function. That function name now serves as the description, replacing the need for a comment.
The only comments I leave in are to explain some weirdness, which happens.
'''
// Have to touch the property to make it work
weirdo.prop;
'''