#Code Architecture Channel

1 messages · Page 1 of 1 (latest)

wanton latch
#

It would be nice to have a space to discuss topics regarding design patterns, naming conventions, using interfaces or regular C# classes and have the opportunity to ask for and provide feedback to others.

Speaking from the perspective of a beginner, one of the biggest challenges I've faced so far is managing scalability and trying to find ways to do this pre-emptively & in a modular way. I'm aware there are various forms of documentation regarding this, however documentation cant always cater to the specifics of a problem.

twin cargo
glass canopy
#

Just use composition and youre good

#

Honestly probably the largest impact for modular code and scalability when compared to patterns like observers and singletons as they're always more crude approaches, but that usually just requires additonal code as opposed to duplicating it.