An IDE with “Toggleable” Comments
Everybody can agree that commenting code makes things more readable. Others will understand why one is doing certain statements that would appear unnecessary without the presence of comments. Some even say that you can never comment your code enough. As debatable as that is, it should be true. Have you ever used Microsoft Word’s commenting feature in …