2
votes
2answers
51 views
use strategy pattern for billing models that use different data for the calculation?
we have an invoice model that bills clients in a few different ways. for brevity sake, i'm going to focus on two: cost per impression and cost per phone inquiry. my thought was to implement these (and …
6
votes
9answers
396 views
Are there any open-source military/war strategy simulating engines/frameworks?
Are there any open-source military/war strategy simulating engines or frameworks? Combat rules engines or weapon selection guides? I'm looking for something similar to a military strategy "unit …
6
votes
7answers
245 views
Log4J: Strategies for creating Logger instances
I decided to use Log4J logging framework for a new Java project.
I am wondering what strategy should I use for creating/managing Logger instances and why?
one instance of Logger per class
e.g.
…
1
vote
2answers
34 views
Real-time synchronization of database data across all the clients
What's the best strategy to keep all the clients of a database server synchronized?
The scenario involves a database server and a dynamic number of clients that connect to it, viewing and modifying …
1
vote
3answers
680 views
How to generate a random number with Java from given list of numbers.
Hi,
Assume I have an array/vector of numbers like 1,3,7,9 then I need to guess a number from this list randomly. Using Random class in Java it seems like not possible to do this. Could anyone kindly …
16
votes
9answers
866 views
How to adapt agile to different companies? An MBA thesis
My master's thesis is to look at how to apply agile.
There is an awful lot of corporate selling of agile - lots of management consultants selling their brand as 'best'.
I'm not interested whether …
7
votes
6answers
271 views
After having started a project and suddenly having found new competition, how do you convince yourself to keep going?
I understand this is a subjective question but I want to see how others dealt with this issue:
How do you convince yourself and your teammates while trying to start a business or a project and …
2
votes
2answers
209 views
difference between strategy pattern and delegation pattern
What is the difference between strategy pattern and delegation pattern (not delegates)?
9
votes
10answers
755 views
WordPerfect programmers refusing to use anything but assembler
There is a version (popularised by Joel Spolsky) attributing the demise of WordPerfect to a refusal of its programmers to use anything but assembler that led to delay of the first WPwin release and as …
0
votes
3answers
40 views
Strategies for writing expanding ordered files to disk
I an a graduate student of nuclear physics currently working on a data analysis program. The data consists of billions of multidimensional points.
Anyways I am using space filling curves to map the …
5
votes
11answers
348 views
How to prove to our users that they are not being cheated?
I have an information theory question about how to prove (or at least give statistical evidence) that an auction website is not shilling its users.
We recently launched a pay-per-bid auction …
3
votes
1answer
76 views
Zend_Auth: why authenticate object named adapter and not strategy?
$Zend_auth->authenticate($adapter);
Why is it called an adapter and not a strategy?
2
votes
7answers
217 views
How to change career to software industry [closed]
I am an MBA student with a mechanical engineering background who wants to redirect its career to software industry (business development, strategy or marketing). Employers now are not willing to take …
7
votes
13answers
605 views
How managers choose programming languages
It's not a secret to anyone that managers can and often will impose the programming language that will be used for a project.
Being a programmer myself, I have never been able to understand this.
…
13
votes
13answers
916 views
What is a good CSS strategy?
We have a large ASP.Net website that has a single css stylesheet which is getting out of control.
I am thinking of using the the following strategy (taken from …
