PHP Library zum Testen von refakturiertem Code in Produktivumgebungen

Wenn man ein Projekt optimieren möchte, stellt sich die Frage, ob der neue Code in der Produktivumgebung die gleichen Ergebnisse wie der alte liefert. Im besten Fall merken die Benutzer nichts von dem Test, weil die Anwendung trotzdem wie gewohnt funktioniert.

Für PHP gibt es diese Bibliothek, die sich an Githubs Scientist orientiert.

It’s sometimes difficult to improve upon existing code, without running the risks of breaking functionality. That’s where Scientist comes in. Scientist lets your run your existing code, and your newly proposed code in parallel. Comparing the results of both to ensure that your functionality remains consistent. It’s a sharp knife in the refactorer’s toolkit.

PHP Library zum Testen von refakturiertem Code in Produktivumgebungen