D
DKode
I have a quick question.
I am redefining a monolithic application i made when I was first
getting into dotnet and have a question about OOP architecture.
I laid out all my objects and came along one sql table that is a
lookup table, but it is used to lookup values in more than one other
table.
does this justify creating this SQL table into it's own object since
it will be used across multiple other objects? other lookup tables are
used in only one object so therefore i decided there is no need to
create seperate objects for them.
any help would be greatly appreciated. thank you.
dkode
I am redefining a monolithic application i made when I was first
getting into dotnet and have a question about OOP architecture.
I laid out all my objects and came along one sql table that is a
lookup table, but it is used to lookup values in more than one other
table.
does this justify creating this SQL table into it's own object since
it will be used across multiple other objects? other lookup tables are
used in only one object so therefore i decided there is no need to
create seperate objects for them.
any help would be greatly appreciated. thank you.
dkode