Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

"is A" VS "is Like A" relationships, what does each one mean and how do they differ?

Passing the context around in a C# class library, looking for an "easy" way without using static

SSIS: Curious: why is the last parameter in FireInformation method a ref bool?

.net ssis class-design

How to deal with the idea of "many small functions" for classes, without passing lots of parameters?

Best practice: instance variables filling over time

Modern C and C++: it is possible to use one defined structure for other declared structure?

c++ c class-design api-design

What does a compiler add to an empty class declaration?

C# properties issue

c# properties class-design

How to model cycles between immutable class instances?

java class-design

Accessing child class properties through function in parent class

CRUD Class Library Design, to return useful messages about business logic failure, that is not exceptional

c# .net class-design

Class design suggestions: extending a class and code reuse

c++ oop class-design

Varieties of @interface declarations, some with parentheses

Serializing Data Transfer Objects in .NET

Class Structure for a list Class?

c# oop class class-design

Accessing a static property of a child in a parent method - Design considerations

c# .net class-design

Unit Testing a Class That Uses the File System

C++ Class design - easily init / build objects

Interview question on Class design

c# class-design

Create one object instance per class in hierarchy

java oop class-design