Zagorath, 1 year ago Comments explain why, not what. Any comments that explain what a section of code is doing would probably be better off as separated methods. Apart from basic documentation comments, like JavaDoc or C#'s XML documentation comments.
Comments explain why, not what. Any comments that explain what a section of code is doing would probably be better off as separated methods.
Apart from basic documentation comments, like JavaDoc or C#'s XML documentation comments.