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"
- Host: GitHub
- URL: https://github.com/kb-web-development/object-design-style-guide
- Owner: KB-WEB-DEVELOPMENT
- License: mit
- Created: 2024-01-26T20:48:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T18:26:42.000Z (over 1 year ago)
- Last Synced: 2025-01-21T04:08:07.960Z (5 months ago)
- Language: PHP
- Size: 416 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.