Search Results

4
votes

What JavaScript library would you choose for a new project and why?

jQuery because of QUnit. :-) …
2
votes

What are the most commonly used anti-patterns?

Code without tests (or testability)! Kind Regards …
1
vote

Your most time-consuming task as a developer?

Write code and talk with people involved in project. Kind Regards …
1
vote

The funniest/weirdest error message you’ve got from a development environment/application

"UnbelievableException: no way! this exception will be not throwed". I can't believe that someone wrote this kind of code/joke. …