Currently, there are many unnecessary comments, especially those which just commented out the variables that were not used anymore. This significantly decreases the readability of the code, and something has to be done about this.
I think this needs more details and context. Since the codebase has been evolving very rapidly in the past 3 months. I think this should be closed for now unless more context is given.
Currently, there are many unnecessary comments, especially those which just commented out the variables that were not used anymore. This significantly decreases the readability of the code, and something has to be done about this.
suggested fix: Delete all unnecessary comments.