List Question
20 TechQA 2022-10-05T22:14:33.690000Suggestion on Pattern to solve concrete class specialization
108 views
Asked by codeWarrior0712
How to create nested generator structures in python?
800 views
Asked by pskeshu
Force a derived class without implementing pure virtuals again
127 views
Asked by Devolus
Making decisions on designing classes interfaces
104 views
Asked by marcin_koss
@property speed overhead in Python
6.1k views
Asked by paul
TDD And CodeFirst (Entity Framework)
526 views
Asked by ascherman
Entity Framework: Object design with relationships and more
125 views
Asked by ascherman
Trying to avoid too much knowledge about a class in a different class
160 views
Asked by Yavuz
Redundant code in composition class C++
727 views
Asked by Aaron P
std::mutex vs std::recursive_mutex as class member
40.2k views
Asked by NoSenseEtAl
Is passing(in constructor) a pointer to class that contains it a bad design and if so what is the solution
178 views
Asked by NoSenseEtAl
vb.net - Object aggregation of inherited classes
412 views
Asked by Richard
How to avoid name clashes when composing objects
525 views
Asked by Raynos
Model a database foreign key in c#
1.5k views
Asked by MillinMo
Justification for the design of the public interface of ByteArrayOutputStream?
1.2k views
Asked by Op De Cirkel
Can you force child classes to override constants?
145 views
Asked by chrisw
C# class design with Generic structure
949 views
Asked by Sam
Object Design: How to Organize/Structure a "Collection Class"
505 views
Asked by CrimsonX
Advice on Linq to SQL mapping object design
649 views
Asked by fearofawhackplanet
Is a static class appropriate when state is immutable?
801 views
Asked by Rob Sobers