Refactoring JavaFX GUI Code, Part 3: Extracting a Class

Опубликовано: 07 Октябрь 2024
на канале: Paul Gestwicki
409
14

This is the third part in a series of videos about refactoring a simple JavaFX application. Here, we focus on an object-oriented decomposition--extracting a class from the main application. The new class has better cohesion than the original, and it follows the Single Responsibility Principle in a way the original did not.