Click here to Skip to main content
15,894,106 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Open Source Considered Dangerous Pin
Corne Beukes24-May-19 0:13
Corne Beukes24-May-19 0:13 
GeneralRe: Open Source Considered Dangerous Pin
Dean Roddey24-May-19 7:02
Dean Roddey24-May-19 7:02 
GeneralRe: Open Source Considered Dangerous Pin
Kirk Wood24-May-19 3:15
Kirk Wood24-May-19 3:15 
GeneralRe: Open Source Considered Dangerous Pin
Dean Roddey24-May-19 6:28
Dean Roddey24-May-19 6:28 
GeneralRe: Open Source Considered Dangerous Pin
UziTech24-May-19 5:11
UziTech24-May-19 5:11 
GeneralRe: Open Source Considered Dangerous Pin
Dean Roddey24-May-19 6:30
Dean Roddey24-May-19 6:30 
GeneralRe: Open Source Considered Dangerous Pin
Patrick Fox24-May-19 5:19
Patrick Fox24-May-19 5:19 
GeneralRe: Open Source Considered Dangerous Pin
kalberts24-May-19 13:56
kalberts24-May-19 13:56 
Not exactly open source, but related: When MFC was introduced, many years ago, I considered it and rejected it because I saw that the functionality, although great, meant that if I designed my solution around MFC it would tie me to MS solutions far more than I wanted to. So I chose more low level libraries with less support, but creating applications that could be far more easily ported to different system.

By the way: "Open-source lockin" is a much underestimated issue. Believing that you can freely incorporate some open source into your solution very often leads you to accept this required library for this, the other library for that ... often recursively. And, data formats defined by that open source library fits nicely in with that class of open source libraries, but not neccessarily with your application; reshaping the data may require significant effort. Too often a specific UI style is assumed, e.g a (synchronous) CLI interface onto which you have to map your (asynchronous) GUI.

Open source may be great for learning how to implement or use some technique. But I prefer to read the source code, understand it, and copy the good elements of it into my own solution, the way it suits me, rather than blindly accept the way the original binds me to a whole lot of other open source solutions that I do not have the resources to treat the same way.
GeneralRe: Open Source Considered Dangerous Pin
Dean Roddey24-May-19 16:39
Dean Roddey24-May-19 16:39 
GeneralRe: Open Source Considered Dangerous Pin
kalberts26-May-19 21:59
kalberts26-May-19 21:59 
GeneralRe: Open Source Considered Dangerous Pin
Dean Roddey27-May-19 7:06
Dean Roddey27-May-19 7:06 
GeneralRe: Open Source Considered Dangerous Pin
kalberts27-May-19 8:30
kalberts27-May-19 8:30 
GeneralRe: Open Source Considered Dangerous Pin
Dean Roddey27-May-19 8:39
Dean Roddey27-May-19 8:39 
GeneralRe: Open Source Considered Dangerous Pin
Daniel Wilianto24-May-19 16:53
Daniel Wilianto24-May-19 16:53 
GeneralI was sent this, and... Pin
OriginalGriff23-May-19 8:10
mveOriginalGriff23-May-19 8:10 
GeneralRe: I was sent this, and... Pin
Gary Wheeler24-May-19 2:49
Gary Wheeler24-May-19 2:49 
GeneralThought of the Day Pin
OriginalGriff23-May-19 4:50
mveOriginalGriff23-May-19 4:50 
GeneralRe: Thought of the Day PinPopular
PeejayAdams23-May-19 5:01
PeejayAdams23-May-19 5:01 
GeneralRe: Thought of the Day Pin
ZurdoDev23-May-19 5:08
professionalZurdoDev23-May-19 5:08 
GeneralRe: Thought of the Day Pin
OriginalGriff23-May-19 5:11
mveOriginalGriff23-May-19 5:11 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer23-May-19 5:19
professionalDaniel Pfeffer23-May-19 5:19 
GeneralRe: Thought of the Day Pin
DRHuff23-May-19 9:13
DRHuff23-May-19 9:13 
QuestionRe: Thought of the Day Pin
megaadam23-May-19 5:52
professionalmegaadam23-May-19 5:52 
AnswerRe: Thought of the Day Pin
lopatir23-May-19 6:31
lopatir23-May-19 6:31 
GeneralRe: Thought of the Day Pin
W Balboos, GHB23-May-19 7:03
W Balboos, GHB23-May-19 7:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.