laravel / blog-contest-may-mayhem

240 stars 16 forks source link

Writing maintainable Laravel apps #52

Open dwightwatson opened 6 years ago

dwightwatson commented 6 years ago

https://www.laravelinproduction.com/posts/writing-maintainable-laravel-apps

rockymontana commented 6 years ago

If I could I would vote for this like five times. Awesome article! Love it extra much that it’s basically codeless. Good job!

shirshak55 commented 6 years ago

well done :)

davorminchorov commented 6 years ago

Interesting article. I agree completely! I wish this was possible for all projects.

I want to add that this also depends on the type of project, the number of features and their complexity, how much free time you have to do this (aka deadlines), the number of developers and their skills levels etc. It's a very slow to non-existent process in enterprise apps with a lot of features, legacy code, and big teams.

tclement commented 6 years ago

Great article, thanks for including the additional reading recommendations

castroalves commented 6 years ago

Awesome article! I loved the tips about outdated commands. I didn't know they exist.