An open API service indexing awesome lists of open source software.

https://github.com/kb-web-development/object-design-style-guide

PHP consistent rewritten code listings of M.Noback's book "Object Design Style Guide"
https://github.com/kb-web-development/object-design-style-guide

Last synced: 3 months ago
JSON representation

PHP consistent rewritten code listings of M.Noback's book "Object Design Style Guide"

Awesome Lists containing this project

README

        

This is a study of the listings of the book "Object Design Style Guide" by M.Noback.

As the title suggests, the book contains very useful and very clear guidelines on how
to structure modern web applications using an object oriented programming (OOP) approach.

The author states on page 254: "The programming language used for the code samples in this book is a generalized
object-oriented programming language. Its syntax is a mix of PHP and Java."

I decided to rewrite every code listing in each of the 10 chapters in the book to:

(1) practice

(2) make sure the code syntax is 100 % consistent with PHP version 7.1 at least.

You can access the book table of content here :

https://drive.google.com/file/d/1vJxh0-6J-zEcYwVJo550YuywMeHm_-ld/view?usp=sharing

I added remarks and observations above the code to make it completely intelligible.