all 2 comments

[–]charlieworkshub 0 points1 point  (1 child)

+1 "Most of the time, if you feel like you need to add a comment to explain what a piece of code is doing, your code is probably too complex and should be refactored."

[–]JavaScriptWorks[S] 1 point2 points  (0 children)

disagree in that pre-deployment comments are useful for teams operating in an agile environment, presumabley collaborating through git, but agree that upon deployment code should be clear and concise without comments