PHP OOP Way PHP OOP Way

PHP OOP Way

    • 10,99 €
    • 10,99 €

Description de l’éditeur

What Is This Book About

Chapter 1 covers the fundamentals of the object-oriented programming: encapsulation, inheritance, and polymorphism. We will discuss the purpose of abstraction and inheritance, and why you should avoid using inheritance for code reuse. This chapter also covers such language specific features as traits and closures and their role in the object-oriented code. And at the end of the chapter, I will introduce such a powerful tool as Dependency Injection, different types of it and some code smells of its wrong usage.

 

Chapter 2 is fully devoted to SOLID principles. We will discuss each of them: the main idea behind the principle, how to apply it to your code and some problems that you can face following these principles blindly.

 

Chapter 3 is an introduction to an object-oriented design. It covers the well knows design principles such as:

Tell, don't ask
The Law of Demeter
YAGNI
Kiss
Dry

This chapter also covers some basic anti-patterns that you can meet in the code with poor design.

 

Chapter 4 opens the topic of the design patterns and composition. We will discuss the difference between inheritance and composition and when each of them is more appropriate to use. This chapter covers such design patterns as State, StrategyAdapter and their comparison with the inheritance approach.

 

Chapter 5 describes the problem "I don't have the interface that I want." . We will cover situations when we need to make two incompatible interfaces work together and how to reduce the complexity of the subsystem and hide it behind the friendly interface. 

 

Chapter 6 is about GRASP principles and Responsibility Driven Design. It is often a challenge to choose the right object for a particular job and to decide how the objects should interact with each other. Correct responsibility assignments are the key to a good object oriented design.

 

Who Is This Book For

This is not a beginner's guide to OOP PHP.  We are not going to cover the syntax of classes or the difference between public, protected and private keywords. I assume that you are already familiar with these things. 

I assume that you are familiar with the language itself and have been using it in an object-oriented way for several years. The number of years does not matter. You can have a year of personal study and mastered the art of programming or ten years of maintaining the same application. Anyway, you know the basic concepts of the object-oriented programming, such as encapsulation, inheritance and polymorphism. Likely you have used a few of the modern MVC frameworks and even have studied their source code to go deeper. 

 

The book is for you if you have left the basics behind some years ago and now feel free in writing complex OOP code. But you always feel that you don't fully understand why things should be in this way, and not differently. Maybe you know what every letter means in the SOLID acronym but have been always curious why strictly following these principles sometimes makes your application even worse than it was before.

GENRE
Informatique et Internet
SORTIE
2017
21 mai
LANGUE
EN
Anglais
LONGUEUR
139
Pages
ÉDITIONS
Self-published
TAILLE
5,4
Mo