software-design
How to explain failure of an action with complex restrictions
I\'m implementing a system where a customer can use vouchers to gain discounts for a purchase. If a voucher can be used for a certain purchase depends on several circumstances.[详细]
2022-12-18 07:19 分类:问答Minimal API v. Convenience
I am trying to design the interface that will be used internally for my application. Following Google\'s example, I strive to reduce public API clutter. However, there are some convenience methods tha[详细]
2022-12-15 18:15 分类:问答How to design an application in a modular way?
I am looking for pointers, suggestions, links, warnings, ideas and even anecdotical accounts about \"how to design an application in a modular way\". I am going to use python for this project, but adv[详细]
2022-12-13 22:53 分类:问答Too much control is bad. But when? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2022-12-13 14:19 分类:问答Design principles for complete noobs? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question wi开发者_C百科ll likely solic[详细]
2022-12-13 09:13 分类:问答What are some good 'software design' books / resources that are currently recommended? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-12 09:45 分类:问答how to run job after build project in eclipse RCP?
I need to run a job/workspaceJob after building project. I already have a code but it is not consistent. I need to finish the building because I need the updated file in my process.Here\'s my code:`[详细]
2022-12-07 20:36 分类:问答