What should I do with too much interfaces needed for a dialog
Let me start by doing a small summary of the changes we did in our code in the last year. We have a software (VERY big) that is used to visualize multiples underground networks, enter data in the entities in the network and create simulation in this network.
What should I do with too much interfaces needed for a dialog
Let me start by doing a small summary of the changes we did in our code in the last year. We have a software (VERY big) that is used to visualize multiples underground networks, enter data in the entities in the network and create simulation in this network.
What should I do with too much interfaces needed for a dialog
Let me start by doing a small summary of the changes we did in our code in the last year. We have a software (VERY big) that is used to visualize multiples underground networks, enter data in the entities in the network and create simulation in this network.
What should I do with too much interfaces needed for a dialog
Let me start by doing a small summary of the changes we did in our code in the last year. We have a software (VERY big) that is used to visualize multiples underground networks, enter data in the entities in the network and create simulation in this network.
What should I do with too much interfaces needed for a dialog
Let me start by doing a small summary of the changes we did in our code in the last year. We have a software (VERY big) that is used to visualize multiples underground networks, enter data in the entities in the network and create simulation in this network.
Why are header files bad design? [duplicate]
This question already has answers here: Are header files actually good? [closed] (7 answers) Closed 10 years ago. this says header files are bad design, but I don’t know why. The answers specified there are about the inefficiency of header file when building. Why it is bad design is not really touched upon. As far […]
Is it bad software design to mix JDBC SQL calls and use an ORM in an application? [closed]
Closed 10 years ago.
Is it bad software design to mix JDBC SQL calls and use an ORM in an application? [closed]
Closed 10 years ago.
How to design my code so that it can use alternative information to help create an object
I have a class named Product
, which takes a product model number and number of wheels for that product as part of its creation information, and then it instantiates the product by doing a computation on the number of wheels and on various base parameters
How to design my code so that it can use alternative information to help create an object
I have a class named Product
, which takes a product model number and number of wheels for that product as part of its creation information, and then it instantiates the product by doing a computation on the number of wheels and on various base parameters