Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In-House Propriety vs. Open Source [closed]

Is there a reason not to use wordpress and develop your own blogging system?
Same goes with Durpal and our own CMS.

I am wondering since my marketing women disagrees with me that we should develop our own in house solutions because there are better solutions. She also says that we might even loose time and money on it since it is our responsibility to maintain it and solve bugs and we can't throw it on wordpress' dev team for example.

I don't want to invest time in something that might not worth it but I would really like to make more money.

Does it depend on the site's scale and visitors?
What are the factors of choosing one over anohter?

like image 830
the_drow Avatar asked Sep 08 '09 10:09

the_drow


1 Answers

There's rarely a right answer to this fight. It's a question that has raged on since software was sold "off the shelf". Many pros are also cons.

Pro 3rd-party:

  • They cover a vast number of features
  • They (hopefully) look after security
  • Open source means other people can fix your platform.
  • You get improvements without having to work on your own platform
  • They have existed a lot longer than your newly conceived project. A lot bugs have been driven out.

Anti 3rd-party:

  • They don't have all the answers for every project
  • By extension, it may take you longer to hack in what you need than it would take to just start afresh
  • Unless you're using it exactly as intended, performance isn't going to be as good as it could be with a custom-built
  • Larger target for hackers and script kiddies
  • As they're older, they can be locked (via legacy support) into some bad habits (Drupal and Wordpress certainly have enough)

So if you're doing a blog, unless there are features or platform issues, I'd seriously consider WordPress. If you only needed a very simple blog attached to a much larger system that was completely non-blog, I'd probably write my own as part of that system.

Just to blur the lines, the modern frameworks (Cake, Symphony, Django, Ruby, etc) handle lots of the security, database, usability and let you develop the application without having to worry too much about anything. You get exactly what you want and you get it fast but it probably won't be as polished (eg for blogging) as WordPress.

like image 120
Oli Avatar answered Dec 23 '22 15:12

Oli