开发者

Good things to know when developing a GUI architecture from scratch

开发者 https://www.devze.com 2023-01-03 09:17 出处:网络
What are best practices, tips, and general things to keep 开发者_高级运维in mind for building an OOP GUI architecture?Know the important Design Patterns, such as MVC and its constituents like Observer

What are best practices, tips, and general things to keep 开发者_高级运维in mind for building an OOP GUI architecture?


Know the important Design Patterns, such as MVC and its constituents like Observer.


A good knowledge of Model-GUI-Mediator and MVP pattern could be' useful too. Check www.danieleteti.it for an example about MVP (Passive View variant).


As a part of what user367391 mentioned, you'll want to make sure business logic is encapsulated / packaged in such a way that it can be redeployed / reused in the event that there is a need to develop new clients on different platforms.

0

精彩评论

暂无评论...
验证码 换一张
取 消