Questions regarding microtask-0
vchrombie opened this issue ยท 3 comments
Feel free to drop a comment if you have any question regarding the microtask-0.
I will be happy to answer you back and take your suggestions. ๐
@vchrombie: I am going through the micro tasks and the first thing I noticed is that there are too many comments in the code. Usually adding comments in code is a very good thing, but adding them might be only necessary to explain the logic behind a code snippet or to explain what a function/class is or does. Adding a comment to explain what init() is; is a bit too much.
@vchrombie: I am going through the micro tasks and the first thing I noticed is that there are too many comments in the code. Usually adding comments in code is a very good thing, but adding them might be only necessary to explain the logic behind a code snippet or to explain what a function/class is or does. Adding a comment to explain what init() is; is a bit too much.
Ok, I will remove all the unnecessary comments. Thanks for letting me know.
I also felt that I commented too much but I ignored it. I will make sure it won't be cluttered now.
Thank You for the suggestions, @aswanipranjal
I removed all the cluttery comments in the notebook. ๐