本文介绍了如何知道选择哪种软件设计模式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

经过数小时的阅读,我仍然不确定要为我的项目实施哪种软件设计模式.

我必须设计一个kios系统来订购备件,该备件具有另一个父备件系统的一些功能.

我需要使用一种软件模式来实现该kios系统,到目前为止,我只限于工厂模式.但是,我仍然不知道如何在实际项目中实现它.

我是否可以知道是否有其他实施指南,或者是否有适当的模式来解决我的问题?

问候
Mel

Hi all

After countless of hours of reading, i am still not sure which software design pattern to choose from to implement for my project.

i must design a kios system to order spare parts which has a few functionality of another parent spare part system.

i need to use a software pattern to implement this kios system and so far, i have only narrowed to factory pattern. However, i still have no idea on how to implement it in actual project.

May i know if there''s any other guide on how to implement it or is there any appropriate pattern to address my problem ?

Regards
Mel

推荐答案



这篇关于如何知道选择哪种软件设计模式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-06 01:06