There are intermittent comments in the script files. it's best to comment EVERYTHING to drill the purpose of each constant, object, provider, etc. accomplishes into our minds. Although it may seem tedious, repetition is key to success 🔑
Some files have NO comments at all - let this be a thing of the past.
Intermittent commenting:
Also, l've noticed unused/commented out code left behind. Let's keep it clean and avoid this when possible.
unused code:
We haven't been commenting on our smart contracts at all. I also propose that we implement Radspec in our Smart Contracts from now on too.
There are intermittent comments in the script files. it's best to comment EVERYTHING to drill the purpose of each constant, object, provider, etc. accomplishes into our minds. Although it may seem tedious, repetition is key to success 🔑
Some files have NO comments at all - let this be a thing of the past.
Intermittent commenting:
Also, l've noticed unused/commented out code left behind. Let's keep it clean and avoid this when possible.
unused code:
We haven't been commenting on our smart contracts at all. I also propose that we implement Radspec in our Smart Contracts from now on too.