|
|
|
|
|
by sophacles
5414 days ago
|
|
I wasn't defending vim over your editor, just answering the question of when there are valid times to do 10 lines of block change. 2 more that came up for me yesterday: We changed the data format being sent over JSON now I needed to: 1) make a bunch of int declarations into float declarations, fortunately those tend to bunch up. 2) Change a bunch of getInt calls to getFloat calls, but those are also bunched up together. |
|