Is it a good idea to develop website that only has little access to DB? CRUD will be done by calling API provided by separate internal backend system
I’m going to start developing an application in near future. This application consists of :
Do we do white box testing on methods or on an overall program? [duplicate]
This question already has answers here: How should I test the functionality of a function that uses other functions in it? [duplicate] (2 answers) Closed 10 years ago. I am very confused about white box testing. A simplified version of the example: the entire system consists of three methods – methodA(), methodB(), methodC(). The program […]
Architecture driven by users, or by actions/content?
I have a question about designing MVC app architecture.
What diagram would be the best to describe the situation
I am working on a software integrated with the hardware component. I need to create a simple diagram to express that:
What diagram would be the best to describe the situation
I am working on a software integrated with the hardware component. I need to create a simple diagram to express that:
Showing the structure of the program (menu) as a tree – does it a have name?
In my thesis, I want to show the structure of the program, like this:
Showing the structure of the program (menu) as a tree – does it a have name?
In my thesis, I want to show the structure of the program, like this:
What’s the name for those diagram used to sketch the flow of a program?
What’s the name for those diagram used to sketch the flow of a program? What are these sketches called?
What’s the name for those diagram used to sketch the flow of a program?
What’s the name for those diagram used to sketch the flow of a program? What are these sketches called?
My class diagram needs to model a relationship with varying quantities
I am trying to design a restaurant ordering system in UML, which should also include the stock system.