Book Image

Pyramid of Refactoring (Java) - Clean Code Gradually [Video]

By : Włodzimierz Krakowski
Book Image

Pyramid of Refactoring (Java) - Clean Code Gradually [Video]

By: Włodzimierz Krakowski

Overview of this book

This course is the first module of the Pyramid of Refactoring series dedicated to achieving clean code.With this course, you’ll learn how to manage code cleaning from a technical and organizational perspective and get hands-on with refactoring using the IntelliJ IDE and Java language.Throughout the course, you’ll get to grips with refactoring techniques and perform all the changes in real time. You can download the source code and perform all the exercises alongside the trainer step by step. Through a sample project, the course will demonstrate how you can make use of the Interpreter design pattern to guide the process of refactoring your code base. You’ll explore Factory Method and Fluent Builder, the two creational design patterns that are a result of the refactoring activities. The course also takes you through SOLID principles in practice to help you learn them quickly. By the end of this course, you’ll understand why you should make refactoring a part of your daily software development activities instead of treating it as a separate task. All code files and supporting files for this course are available on GitHub: https://github.com/PacktPublishing/Pyramid-of-Refactoring-Java---Clean-Code-Gradually
Table of Contents (7 chapters)
Chapter 3
Climbing up the Pyramid of Refactoring
Content Locked
Section 1
Sources and Business Domain explained
Climbing up the Pyramid of Refactoring: Sources and Business Domain explained