It’s stated that you shouldn’t need to comment your code as it should be self explanatory, and then proceed to comment an assignment:
HiddenWord = … // Set the HiddenWord
1 Like
It’s stated that you shouldn’t need to comment your code as it should be self explanatory, and then proceed to comment an assignment:
HiddenWord = … // Set the HiddenWord