PHP coding in the real world !!! Do I need to study any angle?

I know how to write a program in PHP and implement an MVC model. but I really want to practice coding, like coding in the real world ??? I was wondering if there is any specific example or book that can show me tricks or logic and how professional programmers think about coding ??? Do I need to learn frameworks like Zend ???

+3
source share
3 answers

The best way that I consider and use for my own training is to see the best sites there and try to create a clone of them. This is a really real way that you can do PHP development.

Another great way is to get yourself involved in open source projects .

Do I need to learn frameworks like Zend ???

It will be a nightmare if you do not know what OOP is (and / or MVC architecture), if you have a good understanding of OOP, you can immerse yourself in it, this is an excellent practical training there and with it.

+6
source

, . , , , QA ( ). , , (IMHO).

+4

but do I really want to practice coding, like coding in the real world?

Just accept the work or make a freelance for clients or choose a personal project, develop and publish it. It is difficult to learn the coding of the "real world" through books.

PS I like books and blogs, and all that. But they still take you. Just tear your hands. "

+3
source

Source: https://habr.com/ru/post/1747056/


All Articles