16
votes
9answers
888 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 …
14
votes
5answers
601 views
What should be included in the state-of-the-art error and exception handling strategy?
I understand that this is a very broad question, but a short “it depends” kind of answer will not be accepted. Strategies are born to deal with broad issues.
What issues should an application …
13
votes
13answers
961 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 …
10
votes
10answers
566 views
How to safeguard an inside software development team from being outsourced?
There is a lot of talk on why outsourcing (and off-shoring) of software development jobs in a long run has an adverse effect for a business. However, most of these arguments are well understood only …
9
votes
10answers
761 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 …
9
votes
16answers
551 views
How often should you release software updates?
Moments ago Jeff Atwood said the following on twitter:
Look, I love rapid new software releases, but the frequency of WordPress releases is just ridiculous.
Which makes me think, how often …
8
votes
6answers
365 views
Is it worth enlisting student programmers?
Is it worth my while letting programmers from Oxford University loose on my projects? What are universities like when you wave confidentiality agreements at them?
7
votes
6answers
272 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 …
7
votes
13answers
622 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.
…
7
votes
5answers
875 views
What is the difference between the bridge pattern and the strategy pattern?
I tried to read many articles on dofactory, wikipedia and many sites.
I have no idea what the difference is between them.
I know both of them decouple an abstraction from its implementation and can …
7
votes
8answers
561 views
Strategies for Caching on the Web?
What concerns, processes, and questions do you take into account when deciding when and how to cache. Is it always a no win situation?
This presupposes you are stuck with a code base that has been …
6
votes
9answers
422 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
8answers
313 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.
…
5
votes
4answers
382 views
How to win this game?
Support we have an n * m table, and two players play this game. They rule out cells in turn. A player can choose a cell (i, j) and rule out all the cells from (i,j) to (n, m), and who rules out the …
5
votes
11answers
353 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 …
