Click here to Skip to main content
15,891,951 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: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Dr.Walt Fair, PE8-May-19 5:23
professionalDr.Walt Fair, PE8-May-19 5:23 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch8-May-19 5:27
mvahoney the codewitch8-May-19 5:27 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Dr.Walt Fair, PE8-May-19 5:31
professionalDr.Walt Fair, PE8-May-19 5:31 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Dr.Walt Fair, PE8-May-19 8:21
professionalDr.Walt Fair, PE8-May-19 8:21 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch8-May-19 9:44
mvahoney the codewitch8-May-19 9:44 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Member 28960208-May-19 9:34
Member 28960208-May-19 9:34 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch8-May-19 9:48
mvahoney the codewitch8-May-19 9:48 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Dale Barnard8-May-19 11:23
Dale Barnard8-May-19 11:23 
We focus heavily on code reuse, so DLL boundaries are focused on assembly dependencies, not on related tasks or something.

For example, we have a large C# DLL called Core that has no third-party dependencies, so a bunch of stuff is lumped together that are not related.

On the other hand, we wrap a third-party device DLL, so that wrapper is in a DLL by itself due to the extra assembly dependency.

The result is that we have a enough DLLs to allow for DLL-boundary code reuse, but we do not further subdivide them based on related source code. The compromise prevents us from having too many DLLs. We have about 40, each with different assembly dependencies.
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch8-May-19 12:03
mvahoney the codewitch8-May-19 12:03 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
MSBassSinger8-May-19 11:33
professionalMSBassSinger8-May-19 11:33 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Reelix8-May-19 20:37
Reelix8-May-19 20:37 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch9-May-19 2:39
mvahoney the codewitch9-May-19 2:39 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
KLPounds11-May-19 5:05
KLPounds11-May-19 5:05 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch11-May-19 7:15
mvahoney the codewitch11-May-19 7:15 
GeneralWSO CCC OTD 2019-05-07 Solution Pin
OriginalGriff7-May-19 1:57
mveOriginalGriff7-May-19 1:57 
GeneralRe: WSO CCC OTD 2019-05-07 Solution Pin
PeejayAdams7-May-19 2:56
PeejayAdams7-May-19 2:56 
GeneralRe: WSO CCC OTD 2019-05-07 Solution Pin
OriginalGriff7-May-19 2:59
mveOriginalGriff7-May-19 2:59 
GeneralRe: WSO CCC OTD 2019-05-07 Solution Pin
PeejayAdams7-May-19 3:17
PeejayAdams7-May-19 3:17 
GeneralRe: WSO CCC OTD 2019-05-07 Solution Pin
OriginalGriff7-May-19 4:35
mveOriginalGriff7-May-19 4:35 
GeneralSister's New Laptop & WoW Pin
#realJSOP7-May-19 0:48
mve#realJSOP7-May-19 0:48 
GeneralRe: Sister's New Laptop & WoW Pin
den2k887-May-19 1:01
professionalden2k887-May-19 1:01 
GeneralRe: Sister's New Laptop & WoW Pin
CodeWraith7-May-19 2:07
CodeWraith7-May-19 2:07 
GeneralRe: Sister's New Laptop & WoW Pin
den2k887-May-19 2:24
professionalden2k887-May-19 2:24 
GeneralRe: Sister's New Laptop & WoW Pin
CodeWraith7-May-19 2:49
CodeWraith7-May-19 2:49 
GeneralRe: Sister's New Laptop & WoW Pin
den2k887-May-19 3:08
professionalden2k887-May-19 3:08 

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.