Coding Dilemma : Using Framework or Build From Scratch

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
bgundal88
Forum Newbie
Posts: 6
Joined: Thu Dec 22, 2011 10:42 am

Coding Dilemma : Using Framework or Build From Scratch

Post by bgundal88 »

Dear developers,

I have a new PHP project, which I think will be used by 10,000+ members. That's why I need to be right since the beginning.

I have a plan to distribute the project to several programmer out there on the Internet but I'm still 'the pilot'. And I need your opinion what option will you take if you're in my position?

will you hire programmer to build your project from scratch or will you hire them to build the program using framework?

and what kind of framework do you choose? Zend, Yii or something else?

thanks!
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Coding Dilemma : Using Framework or Build From Scratch

Post by Christopher »

I would recommend using a popular framework because it will be easier for the additional programmers to work on the code.
(#10850)
Post Reply