Click here to Skip to main content
15,889,116 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: The way software is pasted together these days Pin
jschell12-Apr-24 12:52
jschell12-Apr-24 12:52 
GeneralRe: The way software is pasted together these days Pin
dandy7213-Apr-24 7:31
dandy7213-Apr-24 7:31 
GeneralRe: The way software is pasted together these days Pin
PIEBALDconsult12-Apr-24 4:32
mvePIEBALDconsult12-Apr-24 4:32 
GeneralRe: The way software is pasted together these days Pin
jschell12-Apr-24 12:50
jschell12-Apr-24 12:50 
GeneralRe: The way software is pasted together these days Pin
honey the codewitch12-Apr-24 13:47
mvahoney the codewitch12-Apr-24 13:47 
GeneralRe: The way software is pasted together these days Pin
pmauriks14-Apr-24 20:48
pmauriks14-Apr-24 20:48 
GeneralRe: The way software is pasted together these days Pin
Bruce Patin15-Apr-24 5:11
Bruce Patin15-Apr-24 5:11 
GeneralRe: The way software is pasted together these days Pin
Steve Naidamast15-Apr-24 6:28
professionalSteve Naidamast15-Apr-24 6:28 
I use as few dependencies in my project as possible.

In my current, rather large project, the only actual dependency I am using is for Syncfusion's WPF control suite.

I have an additional Open Source project, which I ported to VB.NET so all of my source is consistent (it is an Open Source project) and the Firebird Database Provider, which I also include the source code for. This latter project is in C# and is the only one I decided not to port since most people would not be looking at it anyway. However, it is compiled with the rest of the project so that if I want to upgrade my framework version, there are no issues.

When I upgrade the database engine to the latest version, I will probably just use the DLL for the data provider.

All this being said, I attempt to minimize project dependencies as much as possible since they can and do cause issues when updating and\or upgrading one's project.

As one who came out of the mainframe environments we all learned one thing about our coding and project infrastructures... Keep it as simple as possible so the least experienced member of a team can quickly come up
to speed with the project.

Today, however, many developers seem to regale as to how complex they can make their code and project infrastructures by using much of then newer and arcane coding constructs, which really do very little for performance in most cases while making the source code more ambiguously complex. At the same time, projects are no longer offered as separate versions on a per framework basis but are all combined into one solution with a lot of directives to produce all of the necessary assemblies on a per framework separation. All this makes a project difficult to read and understand...
Steve Naidamast
Sr. Software Engineer
Black Falcon Software, Inc.
blackfalconsoftware@outlook.com

GeneralRe: The way software is pasted together these days Pin
Andy Brummer18-Apr-24 10:35
sitebuilderAndy Brummer18-Apr-24 10:35 
GeneralOutlook spell checker thinks I'm not writing US English Pin
Marc Clifton11-Apr-24 10:11
mvaMarc Clifton11-Apr-24 10:11 
JokeRe: Outlook spell checker thinks I'm not writing US English Pin
RossMW11-Apr-24 16:52
professionalRossMW11-Apr-24 16:52 
GeneralRe: Outlook spell checker thinks I'm not writing US English Pin
Richard MacCutchan11-Apr-24 21:05
mveRichard MacCutchan11-Apr-24 21:05 
GeneralRe: Outlook spell checker thinks I'm not writing US English Pin
RossMW11-Apr-24 21:14
professionalRossMW11-Apr-24 21:14 
GeneralRe: Outlook spell checker thinks I'm not writing US English Pin
Sander Rossel11-Apr-24 21:43
professionalSander Rossel11-Apr-24 21:43 
GeneralRe: Outlook spell checker thinks I'm not writing US English Pin
dandy7212-Apr-24 3:41
dandy7212-Apr-24 3:41 
GeneralRe: Outlook spell checker thinks I'm not writing US English Pin
dandy7212-Apr-24 3:45
dandy7212-Apr-24 3:45 
PraiseAm loving the fallout series (on Prime) Pin
honey the codewitch11-Apr-24 5:05
mvahoney the codewitch11-Apr-24 5:05 
GeneralRe: Am loving the fallout series Pin
Roger Wright11-Apr-24 6:50
professionalRoger Wright11-Apr-24 6:50 
GeneralRe: Am loving the fallout series (on Prime) Pin
Maximilien11-Apr-24 6:53
Maximilien11-Apr-24 6:53 
GeneralRe: Am loving the fallout series (on Prime) Pin
honey the codewitch11-Apr-24 6:58
mvahoney the codewitch11-Apr-24 6:58 
GeneralRe: Am loving the fallout series (on Prime) Pin
fgs196311-Apr-24 7:41
fgs196311-Apr-24 7:41 
GeneralRe: Am loving the fallout series (on Prime) Pin
Richard Deeming11-Apr-24 21:35
mveRichard Deeming11-Apr-24 21:35 
GeneralRe: Am loving the fallout series (on Prime) Pin
Roger Wright12-Apr-24 4:38
professionalRoger Wright12-Apr-24 4:38 
GeneralRe: Am loving the fallout series (on Prime) Pin
dandy7212-Apr-24 3:39
dandy7212-Apr-24 3:39 
GeneralRe: Am loving the fallout series (on Prime) Pin
Maximilien12-Apr-24 3:56
Maximilien12-Apr-24 3:56 

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.