Kiriashi
-
Content Count
4,497 -
Joined
-
Last visited
-
Days Won
49
Single Status Update
-
- Show previous comments 4 more
-
Seriously, there's hilarious code all over the place.
-
@marked: depending on the language. While most, are commented in a similar fashion, a lot of languages are starting to use auto-generating documentation through specific ways of commenting. java uses:
/**
* @param name description
* @return description
*
*/ etc.
Whereas c# uses xml, and ruby actually has software that, iirc, analyzes the code and generates the docs for you.
-
ah kk, thats cool. Yeah that was just from limited knowledge in the stuff I play around with, php, javascript etc.