Dhamar Quishpe Rivera

Results 3 issues of Dhamar Quishpe Rivera

This issue outlines several refactoring techniques applied to different methods in the code. Each technique aims to improve code readability, maintainability, and robustness. 1. Decompose Conditional Problem: The method isSuitableForVm...

The Host class in our project contains multiple attributes and a complex constructor. Currently, the class initialization is cumbersome and lacks flexibility. Implementing the Builder pattern will improve code readability,...

* This code refactors the addMigratingInVm method in the Host class by applying the Strategy design pattern. * The primary motivation for using the Strategy pattern is to improve code...