Whether you prefer PHPUnit or Pest PHP, or if you're coding in a different language, it's important to have automated tests - especially before you refactor any code.
Before you refactor, you want to have passing tests that you're confident cover all the required functionality.
When you finish refactoring, the tests should still pass.
Then you know the functionality is the same and the code still works after it's been refactored.
If you don't have tests, how do you know everything still works, or how likely are you to do the refactor at all?
- Oliver
Was this interesting?
About me
I'm an Acquia-certified Drupal Triple Expert with 17 years of experience, an open-source software maintainer and Drupal core contributor, public speaker, live streamer, and host of the Beyond Blocks podcast.