ruby on rails - How to manage code comments using NetBeans? -
i using ruby on rails 3 , ide netbeans v6.9.1.
since in files have lot of comment lines describe code, , these comments repeated in multiple files, there way manage in way? should work feature "auto-versioning"... how make these in netbeans?
if find repeating in comments, repeating in code. perhaps should consider refactoring code make more dry (don't repeat yourself). pull out common functionality, behavior, , data structures central places don't have same code (and comments) in multiple locations.
Comments
Post a Comment