
Quick Tip: Convert //
comments to /* */
comments
I’ve recently started using /* and */ for single line comments instead of using //. I’m still using the latter style for comments that are attached to the end of […]