DEV Community

Discussion on: A short comment on comments in the code

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀
// Comments that add value are parsable  // they are not just read by us. but by a // computer, an example would be jsdoc // Javadoc and other inspired systems // finally some comments allow // introspection and full type definition for // languages without such luxury. // Comments in code an also be Terrible 
Enter fullscreen mode Exit fullscreen mode
Collapse
 
azlan_syed profile image
Azlan-Syed

comments seem to be an idiot code for the computer

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀
// I don't understand unless it's a comment 
Enter fullscreen mode Exit fullscreen mode