Hello!

The question is more for professional programmers who have graduated from the university with a degree and are working in this field in large companies.

Tell me, please, is there any project documentation on programming sites, block diagram applications, etc.?

For example, there is a technical task from the customer. I need to develop the logic of the site / module / script and implement everything in PHP. For myself and for the customer, it would probably be logical to describe how this will work, what data will be received from the user, how they will be processed by the server, etc. Or draw a diagram for clarity.

How is this done?

Thank!

  • This is called a development methodology. There are now several different methodologies used in the world, but most are inclined towards the so-called agile methodology. - Mikhail Vaysman
  • one
    What does the development methodology of @MikhailVaysman mean when they ask about the documentation of the logic of the module / application? Here, the development of the schemes describing this very logic, the flow of information and the outline for the user interface - pro-prof.com/archives/1462 will be more relevant. The only thing that needs to be taken into consideration is that different development methodologies have different documentation requirements. - Daniel Protopopov
  • @DanielProtopopov, MikhailVaysman Thanks for the replies! Are there any examples of already implemented projects? - Pavel
  • And you chose for yourself the very methodology by which you will work? Then you need to look for examples of documentation on it ... - Daniel Protopopov
  • @DanielProtopopov on the methodology strongly depends on how, when and what development artifacts will be generated by the team. For example, in waterfall all requirements must be submitted by the customer before the start of development and cannot be changed. - Mikhail Vaysman

0