software-design
Does the program counter always have to change (upon an instruction tick)?
From Does the program counter always have to change (upon a clock tick)?, I already know that the PC does not have to change at each clock; as a particular instruction may take more than one clock tic[详细]
2023-04-11 09:38 分类:问答Delegates as Properties: Bad Idea?
Consider the following control (snipped for brevity): public partial class ConfigurationManagerControl : UserControl[详细]
2023-04-09 08:42 分类:问答Why Database is not used with 3D and Drawing softwares (to store points and other primitive shapes)?
My question is why Databases are not used with Drawing, 3D Modelling, 3D Design, Game Engines and architecture etc. software to save the current state of the images or the stuff that is present on the[详细]
2023-04-09 03:25 分类:问答3 Tier Architecture - data tier just stores data only? [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[详细]
2023-04-08 09:02 分类:问答When to split an MVC view into two?
I discussed best practices in MVC the other day with a colleague and he asked me how to best separate views. He was maintaining an MVC solution which had a common input form with a controller with two[详细]
2023-04-07 01:07 分类:问答Software-design only with interfaces?
Is it good approach when in software-designing the class interactions are describe only with interfaces? If yes, should I always use this approach?[详细]
2023-04-06 10:41 分类:问答How to design parametric tables and their consumers? [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 th[详细]
2023-04-05 17:16 分类:问答Is Test oriented development bad practice against the Test driven development
In this not so new article http://static.springsource.org/docs/Spring-MVC-step-by-step/part3.html I saw something that get my attention - TDD and TOD - as TOD is Test oriented development where develo[详细]
2023-04-02 01:35 分类:问答What options do I have when extracting business logic from a Rails app?
I want to extract the business logic from the logistic system coded in the backend of a Rails app, as it is becoming more and more complex. I\'m pretty sure there are better options than hard-coding l[详细]
2023-04-01 22:09 分类:问答Java Anonymous Class as Utility Functions ? To design Arguments that are actually used, or one Argument (the bigger obj)
The Situation is that I have to use Function pointers for so many functions in Java (so I did it 开发者_如何学JAVAthis way) and saved each anonymous class to a static variable of the Interface, so tha[详细]
2023-03-31 09:28 分类:问答