Tag: REFACTORING

  • Test Driven Development in Practice – Part 2

    This article is a continuation of Test Driven Development in Practice – Part 1 article. In order to start refactoring we need to be sure our method is covered with Unit Tests. There are 5 Payment methods covered out-of-the-box in the 0.74.0-beta3 release. None of tests covers Payment::registerPaymentReviewAction() and it seems like we need to […]

  • Test Driven Development in Practice – Part 1

    In world of programming and software development everyone is expected to deliver high quality code within a short period of time. One of the software development goals is to ensure that changes we made to a software application are thoroughly tested. In the Agile world every single person plays an important role by defining requirements […]