Have a web application idea. I know what functionality I want to lay, but I don’t have any idea how to implement an interface for this functionality, in fact, I used to have something similar, but everything was in the form of separate php files and wasn’t a solid application, it was extremely inconvenient, because there are many sides: usability, possible bugs, integration, etc. Can you please advise me on the topic of designing a web application interface? While the specific technology is not interested, I plan php + extjs, but in its scope the project requires careful design.

    1 answer 1

    I advise you to read Steve McConnell’s The Perfect Code. I think there you will find a lot for yourself.

    • An amazing coincidence, I am just reading ... X))) But so far (MB for now) I haven’t found there anything about interface design - Andrey Talanin
    • one
      And what about you interface ask? Custom (GUI), or about the application programming interface (API)? - Montreal