Skip to content

Software technical details

Software architecture is very important in a production because it's relative the flexibility and extensibility of the production. So it must have some designs applies to core functions codes.

In PyFake-API-Server realm, it can divide to several sections to parse its software architecture:

  • About command line
    • entry point of command line
    • command line itself
    • command line process and component
    • command line and command line option
  • Utility functional
    • software architecture of utility module about file handler
  • Rest-Server functional
    • the software engineering details of command line mock rest-server run

Above all are some parts which have value or more complex to explain their details to developers.