Click here to Skip to main content
15,915,089 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: Folders and Namespaces vs Multiple Assemblies Pin
Stephen Gonzalez14-Jun-16 4:39
Stephen Gonzalez14-Jun-16 4:39 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
TheGreatAndPowerfulOz14-Jun-16 5:56
TheGreatAndPowerfulOz14-Jun-16 5:56 
PraiseRe: Folders and Namespaces vs Multiple Assemblies Pin
Wonde Tadesse14-Jun-16 6:19
professionalWonde Tadesse14-Jun-16 6:19 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
Pete O'Hanlon14-Jun-16 6:20
mvePete O'Hanlon14-Jun-16 6:20 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
Wonde Tadesse14-Jun-16 6:21
professionalWonde Tadesse14-Jun-16 6:21 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
Pete O'Hanlon14-Jun-16 6:20
mvePete O'Hanlon14-Jun-16 6:20 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
Stephen Gonzalez14-Jun-16 9:20
Stephen Gonzalez14-Jun-16 9:20 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
OriginalGriff14-Jun-16 4:32
mveOriginalGriff14-Jun-16 4:32 
I'm a sole developer, so the team aspect doesn't affect me.
But...I mostly use separate assemblies rather than folders within a single assembly, mostly for separation and reuse reasons. I just find that it makes it easier to "black box" a class or layer if it's "physically" separated in a different assembly as I have to think "what else will that affect?" when I make a change - there's a reluctance to change an assembly for a specific task unless it's justified by the possible uses in others. That means that when I do change an assembly the additions are more generic than they probably would have been in a single block, simply because I may want to use the additional feature in other systems later.
I generally don't use separate folders except for resources (where I like to separate text, images, control images (such as button "skins"), and such like from each other).

Not sure if that makes any sense, but it's the way I work! Laugh | :laugh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
R. Giskard Reventlov14-Jun-16 4:38
R. Giskard Reventlov14-Jun-16 4:38 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
Ian Shlasko14-Jun-16 5:41
Ian Shlasko14-Jun-16 5:41 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
Kevin Marois14-Jun-16 7:43
professionalKevin Marois14-Jun-16 7:43 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
Super Lloyd14-Jun-16 12:20
Super Lloyd14-Jun-16 12:20 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
Gary Wheeler14-Jun-16 7:44
Gary Wheeler14-Jun-16 7:44 
AnswerRe: Folders and Namespaces vs Multiple Assemblies Pin
Super Lloyd14-Jun-16 12:19
Super Lloyd14-Jun-16 12:19 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
James Curran15-Jun-16 4:09
James Curran15-Jun-16 4:09 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
patbob15-Jun-16 5:56
patbob15-Jun-16 5:56 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
#realJSOP15-Jun-16 6:29
professional#realJSOP15-Jun-16 6:29 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
decaffeinatedMonkey15-Jun-16 7:00
decaffeinatedMonkey15-Jun-16 7:00 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
bjarneds15-Jun-16 7:13
bjarneds15-Jun-16 7:13 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
Gerry Schmitz15-Jun-16 7:14
mveGerry Schmitz15-Jun-16 7:14 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
Ken Hiatt15-Jun-16 7:53
professionalKen Hiatt15-Jun-16 7:53 
GeneralRe: Folders and Namespaces vs Multiple Assemblies Pin
Kiriander19-Jun-16 19:29
Kiriander19-Jun-16 19:29 
GeneralSystems Programmer's Lament Pin
Colin Mullikin14-Jun-16 2:08
professionalColin Mullikin14-Jun-16 2:08 
GeneralRe: Systems Programmer's Lament Pin
OriginalGriff14-Jun-16 4:46
mveOriginalGriff14-Jun-16 4:46 
GeneralFor those of certain age... PinPopular
Tim Carmichael14-Jun-16 2:07
Tim Carmichael14-Jun-16 2:07 

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.