code

Refactoring with VS Code

Efficient Refactoring

Whilst watching an episode of Francesc Campoy's just for func series I noticed that there was a major feature of VS Code that was going unused. Multiple cursors. This is one of the biggest productivitiy features of modern text editors.

It's called Software for a reason

Making a change

When making a change to an existing piece of software I think there are broadly 2 options;

  1. Get in and out, change as little as possible
  2. Restructure the code to fit the new requirement