codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
https://www.phptherightway.com
Other
9.04k stars 3.24k forks source link

Archive design patterns link & add PDF (fixes #935) #937

Closed Xymph closed 1 year ago

Xymph commented 1 year ago

The site was dismantled and I didn't find a suitable replacement, hence the archive link. Also added a suitable PDF download link.

There is a similar site at https://refactoring.guru/design-patterns/php which may also be suitable for inclusion?

Xymph commented 1 year ago

Alright @codeguy , going to assume this is okay, otherwise please propose an alternate solution.

codeguy commented 1 year ago

I think Design Patterns is a subject best left to other sites... I'm thinking of removing the section entirely.

Xymph commented 1 year ago

Hmm, I agree real coverage of them is beyond the scope of this book, but a brief introduction to point (new) programmers to their existence is appropriate and useful enough. There are more sections which little more than intro and pointers to further reading, and that's fine.