Jump to content

How effective is framework?


genzedu777

Recommended Posts

Hi guys,

 

I just have a simple question. Recently I have come across framework, and realised from a few programmers that they are using Framework to assist them in creating websites, and it seems like most of the codes are provided.

 

My question is, if framework is so useful, why are there still people coding from scratch?

 

Thanks

Link to comment
Share on other sites

You speak of 'framework' like it is one specific thing. There are many frameworks written for PHP.

 

if framework is so useful, why are there still people coding from scratch?

 

I think you'll find most decent programmers are using frameworks. It would be a very small project where writing from scratch would be considered IMO.

Link to comment
Share on other sites

Using frameworks for web development is like using motorized transport to travel to work. Some people insist on walking, ie no framework. Some people insist on cycling, ie their own framework, others insist on using their car, ie a popular framework with their own twist, and others just know using the bus is the easiest, most reliable, cost-efficient solution: those are the people who use popular frameworks, and while their 'riding the bus' they have plenty of time to read the paper (study documentation).

 

..ok..complex and somewhat drawn-out and misdirected analogy but i'm feeling playful :D

 

Point is, nearly every website you visit a framework is being used. Could be js (jQuery) or php...there is at least one framework being put to good use.

 

For micro projects frameworks are usually overkill (the php kind) but there are even exceptions there. Use a framework, and don't look back.

Link to comment
Share on other sites

Agrees with the answers.

 

You need to know what you want to achieve.

 

1. Application (registration processes, business logic, multiple way to show data (webservices for instance))

... best suited for a Framework

 

2. Website (show pages, basic lists (simple joints))

... best suited for a CMF or a CMS (CMF is what MODx is with symfony for content... than what WordPress is for a blog)

 

3. Blog (Frequent posts, categorization, comments, basic CMS)

... WordPress. No question.

 

4. Build an open source application

... please. use a framework!! pls.

 

 

 

my two cents :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.