“Nine people can’t make a baby in a month.” —Fred Brooks Have you ever used Notepad or some other text editor to write code? Then you might already have felt the pain of writing code in them. Although using text editor for coding will make you a better programmer in the long run but it'll cost you productivity. Programmer's Editors on the other hand are becoming mainstream because of two reasons; the features they provide, and they make code look fu*king awesome, I mean man, who doesn't like those colorful lines(Syntax Highlighting). And there are endless choices with each having some uniqueness in it while providing general features of programmer's editor which sadly makes it harder to select one. Problem with normal editor: No clear identification of various components of code. You have to write(or type) long sequences of code again and again. Code's alignment becomes head ache of programmer(more time is wasted in aligning code then actually writi...
A blog about code.