+ 1
Comments
what is an easy way to describe comments
2 Respostas
+ 3
You do comments normally when doing group project. You see people at github or stackoverflow doing those often
+ 1
// Comments Explains Code
/*
Sometimes you need to explain what
you're doing, so other programmers
can comprehend
*/
// Comments are great
/*
Comments are
a Gift from God
*/
// Help everybody out and comment!