Tagged Questions

2
votes
7answers
161 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, …
3
votes
19answers
899 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 wor …
2
votes
2answers
176 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 …
7
votes
9answers
244 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 …