Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Reddit.com:
Frameworks, is the learning curve too steep
Oct 04, 2013 @ 17:58:17

Over on Reddit.com there's a great conversation happening after the poster asked if the learning curve is too steep for most of the PHP frameworks these days.

Does anyone else find the learning curve for most frameworks just too steep, so many times I've started a project and within a day or 2 I just think fuck it and start again with raw php, I just seem to be so much faster that way. But I know, well I think I know because everyone else says, frameworks speed up development, so how do I get over the initial learning curve, so I can get on with the project and not get stuck in laravel/symphony/yii/framework-of-the-month documentation?

There's a lot of comments on the post (100+ at the time of this posting) with a good range of opinions including things like:

  • it's not that the framework learning curve is too high, it's that the learning curve of PHP is too shallow
  • It might seem too steep to those not familiar with the concepts behind frameworks
  • Learning some of the basic design patterns to figure out how a framework works
  • Frameworks seem to be more useful when it's a larger project with a larger team

Want to contribute to the discussion? Head over here and add your opinions.

tagged: framework learning curve steep opinion

Link: http://www.reddit.com/r/PHP/comments/1nno0q/frameworks_is_the_learning_curve_too_steep/


Trending Topics: