Frage im Vorstellungsgespräch bei Ai Signal Research

How would you handle software testing and Subversion?

Antwort im Vorstellungsgespräch

Anonym

13. Dez. 2011

Use a build/test server and a python script during commits. Sometimes it is necessary to commit code that doesn't compile or is non-functional for some reason, but the build server gives you a bright red dot to tell you that the build didn't complete or tests didn't pass. I prefer Hudson, and I went to explain how to set it all up in some detail.