|
|
|
|
|
by pachico
1994 days ago
|
|
Not more than: - follow clean code as much as you can, as you would with any other language - do not rely blindly in the abstractions/magic many frameworks provide: try to understand what's under the hood - avoid software that rely on annotations - don't miss the chance to apply domain driven design in PHP. It's a language that allows you to beautifully model domains so don't miss the chance - have fun, it's a great language to bring value quickly - spend time setting up your CI policies |
|
As a complete noob please can you elaborate on the last point. Thanks again.