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

Retrieve Javascript Comments In Javascript, Or, How Do I Parse Js In Js?

I am looking for a way to access javascript comments from some (other) javascript code. I plan on u… Read more Retrieve Javascript Comments In Javascript, Or, How Do I Parse Js In Js?