Skip to content Skip to sidebar Skip to footer
Showing posts with the label Comments

Commenting Interpreted Code And Performance

I always (well try) to comment my code. I have configured my server to remove those comments/extra … Read more Commenting Interpreted Code And Performance

Javascript Comments On Same Line As Code: Yes Or No?

So here's some code I've written in Javascript: var panRate = 120; //Max speed of the camer… Read more Javascript Comments On Same Line As Code: Yes Or No?

Trying To Display Comments Near Appropriate Doc Range In Vue Component

I am attempting to emulate Medium style comments in an html document. This answer has gotten me nea… Read more Trying To Display Comments Near Appropriate Doc Range In Vue Component