active questions tagged build-vs-buy - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T17:51:52Z http://stackoverflow.com/feeds/tag/build-vs-buy http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1703478/embed-google-yahoo-search-into-a-web-site-or-build-your-own 1 Embed Google/ Yahoo search into a web site or build your own Chris Sparshott 2009-11-09T20:17:22Z 2009-11-09T22:26:51Z <p>I am looking for an opinion on the whether to use Google custom search, Yahoo search builder or build my own for web projects (no more than 100 pages of content). If I should build my own - do you have any fast start kits you could recommend?</p> <p>Many thanks Chris</p> http://stackoverflow.com/questions/1561372/crm-for-a-call-center-with-strong-integration-build-or-buy 0 CRM for a call-center, with strong integration - build or buy? Mauricio Scheffer 2009-10-13T16:26:17Z 2009-10-19T16:17:03Z <p>We have a custom CRM solution that among several things handles our call-center. That is, each call-center operator gets a queue of people (potential customers) to call based on a number of configurable rules. For example, certain operators only handle certain types of users. Call queues are ordered by call-time taking timezones into account.</p> <p>EDIT: Operators dial manually. We're currently not interested in automating this.</p> <p>Now we want to replace this call-center subsystem because it has several bugs, its implementation is very messy and the original developers left years ago.</p> <p>So we're trying to decide whether to build this ourselves from scratch or integrate another CRM (like SugarCRM) for this specific task only.</p> <p>But I'm totally ignorant about SugarCRM. Does it provide such a module? Is the SugarCRM API flexible enough to handle different rules to select and order a call queue? We're a .NET shop so we don't want to mess with SugarCRM's code. Or is there any other similar CRM you can recommend for this task? Where do I start?</p> <p>Thanks in advance</p> http://stackoverflow.com/questions/219915/what-functionality-should-always-be-third-party 7 What functionality should always be third-party? Scott A. Lawrence 2008-10-20T21:07:23Z 2009-09-03T03:14:35Z <p>What prompts my question is <a href="http://www.codinghorror.com/blog/archives/001172.html" rel="nofollow">this post from Jeff Atwood</a>, and <a href="http://www.25hoursaday.com/weblog/2008/08/31/DevelopersUsingLibrariesIsNotASignOfWeakness.aspx" rel="nofollow">this post</a> from Dare Obasanjo. It seems to me that there might be at least a few areas where third-party functionality is a better idea than custom code.</p> <p>For example, should logging always be third-party? How about encryption? Or search?</p> <p>I'm looking forward to everyone's feedback on this.</p> <p>Edit: This question assumes that logging, encryption, and/or search isn't your core business.</p> http://stackoverflow.com/questions/62153/reasons-not-to-build-your-own-bug-tracking-system 17 Reasons not to build your own bug tracking system Matt Sheppard 2008-09-15T10:59:42Z 2009-06-12T14:43:01Z <p>Several times now I've been faced with plans from a team that wants to build their own bug tracking system - Not as a product, but as an internal tool.</p> <p>The arguments I've heard in favous are usually along the lines of :</p> <ul> <li>Wanting to 'eat our own dog food' in terms of some internally built web framework</li> <li>Needing some highly specialised report, or the ability to tweak some feature in some allegedly unique way</li> <li>Believing that it isn't difficult to build a bug tracking system</li> </ul> <p>What arguments might you use to support buying an existing bug tracking system? In particular, what features sound easy but turn out hard to implement, or are difficult and important but often overlooked?</p> http://stackoverflow.com/questions/311109/should-i-prefer-purchasing-a-commercial-framework-or-creating-my-own-version-of-t 3 Should I prefer purchasing a commercial framework or creating my own version of the same functionality? (classic "Create vs Buy") stuarty 2008-11-22T08:56:53Z 2009-02-09T12:00:00Z <p>I have mixed views about commercial class libraries. Am I better off using a commercial class library or starting from scratch? If buying a library is the way forward which one for a C# developer?</p> http://stackoverflow.com/questions/505879/build-vs-buy-integrate-how-do-you-make-the-decision 2 Build vs. Buy & Integrate - How do YOU make the decision? [closed] Kyle West 2009-02-03T02:54:05Z 2009-02-03T03:41:56Z <p>I've seen a lot of questions and discussions about build vs. buy, but most stick with the simplistic approach that you can simply do one or the other. Most of the time you have to either buy and integrate or build yourself. Either way you're in for some work.</p> <p>In the next 30-60 days I NEED to implement a couple managerial projects to keep everyone from ripping their hair out and killing each other. The largest of which is a ticketing system (emails, support requests, self service, etc.).</p> <p>There is no shortage of options but at the end of the day we'll have to buy whatever we decide to use, add all our clients and their users and make sure we keep things in sync over time. We'll also have to provide a single sign-on and do some design work to make it all look like we built it from scratch.</p> <p>If we build we get to skip the integration pain points, albeit with a limited (but focused) feature set. </p> <p>What do you typically analyze while making a decision like this? If it better to have 4-5 systems that do a very specific job well, or one monolithic system that does everything?</p>