Hacker News new | ask | show | jobs
by nine_k 3477 days ago
Multi-cursor seems very anti-DRY.

If you have parts of code that share so much structure that multi-cursors are useful, you likely want to factor them out.

1 comments

The most common use case that can't be factored out would be sql.