sfc-aqua / quisp

Open source implementation of quantum internet simulation package
BSD 3-Clause "New" or "Revised" License
89 stars 36 forks source link

Bad readability because of unnecessary comments #458

Closed res6idue closed 1 year ago

res6idue commented 1 year ago

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.

Naphann commented 1 year ago

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.