Junior — Middle
What clarifying questions should you ask the manager before starting to develop your own MVC architecture?
sobes.tech AI
Answer from AI
Before starting the development of your own MVC architecture, it is important to clarify the following points with the manager:
- What are the main functions and requirements for the application? (to understand which components are needed)
- What data and business logic should be implemented?
- What types of users and roles are expected?
- Which technologies and platforms are preferred or mandatory?
- What are the requirements for performance and scalability?
- Is it necessary to support REST API or only a web interface?
- What are the security and authentication requirements?
- Are there any ready-made libraries or frameworks that can be used?
- What is the expected volume and complexity of the project?
These questions will help to correctly design the architecture and avoid rework in the future.