Closed PrakharPythonProgrammer closed 3 years ago
It's a funny way of commenting out code that's no longer used but the author at the time didn't want to throw away.
I think it's good way. This way one can have the code with him and if he needs to use it in future or as a reference than it can be very useful.
On Wed, Jun 2, 2021, 21:10 Guido van Rossum @.***> wrote:
It's a funny way of commenting out code that's no longer used but the author at the time didn't want to throw away.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PrakharPythonProgrammer/Grail-0.6/issues/13#issuecomment-853134195, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUCW2RYBGX77H6N7MNBYPNDTQZGF5ANCNFSM456KSJ6A .
In this code why did we do all this if we just wanted to return nothing. The code below return won't get executed so why did we write all this code. What is the purpose of it @gvanrossum ?