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.
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
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
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
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
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
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:`