←back to thread

858 points cryptophreak | 1 comments | | HN request time: 0.199s | source
1. kmarc ◴[] No.42935706[source]

Look, deleting the inside of () parens in a function call makes total sense by instructing your editor to "delete inside parenthesis", or in vim:

    di(

Yet, millions of programmers use their mouse to SELECT first something visually and THEN delete whatever was selected. Shrug.

I won't be surprised if chat-based programming will be the next way of doing stuff.