What is the name of the process & the responsible person to define the project structure?

Suppose you’re going to develop an app with let’s say: JS, node, eslint, prettier, react, etc. We have to define folder structure, naming conventions, etc. Who is the professional responsible to do it and what is the name of this process?

Well many companies have a position called a “solutions architect” which is usually the one that is responsible for how the project is organized. In smaller companies, usually it is built through a consensus of developers, tech leads, project managers, stakeholders and those who usually work with the project on a daily basis.

Each company does it a slightly bit different. Some leave it purely to the tech team as long as they can deliver on deliverables while others want to make sure everyone has a say. The main goal is that everyone on the project understands its organization, conventions and what is expected of them for standards. Usually this is outlined in some kind of scope document that is put together before the project even starts. Again, developed with input from several different sources.

:slight_smile:

Edit: Many of the companies I have worked for typically put together a series of discovery meetings where the project sponsor (usually some executive) proposes what they would like to achieve and technical people fill in the details of how that can be accomplished and agree on how to proceed.

3 Likes

Thank you Martyr2 for the explanation. I believe “Solutions Architect” is a good definition for what I was thinking.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.