Tagged Questions
The diplomacy tag has no wiki summary.
8
votes
9answers
344 views
Criticising code
What is the best way to point out flaws in a developers code? Stuff they've been working on a while and though you'd love to not say anything, it's bad code and something has to be said. How do you go ...
6
votes
19answers
1k views
What's a more polite word for “code smell”?
In relation to my other question:
http://stackoverflow.com/questions/432440/as-our-favorite-imperative-languages-gain-functional-constructs-should-loops-be
What's the politer word we can use for ...
3
votes
2answers
468 views
diplomacy game judge algorithm
I am writing a server for playing the great diplomacy game online. Does anyone know an algorithm for the judge, that will calculate all moves/supports/convoys on the map at the end at each round?
For ...
2
votes
7answers
569 views
How to make QA test my web service instead of forcing me to test their web service client?
I work on a number of web services and virtually every time I produce a major build, QA starts throwing up bugs that I frequently find have nothing to do with the server side code, but rather with ...