19 ms·
(I already posted this reply on his blog, but seems like it has been deleted along with a bunch of other disagreeing comments there) What if you want to add a
by nhanb 13y ago
(I already posted this reply on his blog, but seems like it has been deleted along with a bunch of other disagreeing comments there)
What if you want to add a new element at the top? And even when you need to add it at the end, if you use a decent editor, it won't make a difference. For example, with vim:
(Place cursor on last element)
A,<cr>myNewElement
As opposed to left comma style:
o,<space>myNewElement
Only 3 extra keysrokes for both cases. (<cr> is the Enter key, by the way)
I can't believe this kind of post could make it to the front page of Hacker News.
- jeremysmyth 13y agoI can't believe this kind of post could make it to the front page of Hacker News. Personally, I think it's the creative use of "Dink-butt".
- ideonexus 13y agoI didn't delete any comments. I looked an your horribly horribly wrong and misguided comment is there.
- ideonexus 13y agoSince so many people don't get it. My above comment is a joke. You actually do make some very strong arguments and I appreciate the discussion.