screenshot of code with comments moved to the side

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 …

Android Lock Screen Security

The other day, I was looking at the three screen locks options (patterns, PINs, and passwords) for Android phones and wondered if there is an difference among them in terms of security. The first option, patterns, involves a three by three matrix in which one swipes his or finger across the screen to create a …