Hey, I like to use just a texteditor with jslint integration when writing javascript e.g. textmate if you have a mac. I have worked alot with eclipse when developing java and find that it gets in the way when writing js, since there is no strong typing and you should try to rely on unit testing for syntax+semantics checking, rather than just syntax checking from your compiler anyway. For unit testing I use qunit (done by the guys who make jquery). It's very simple and allows for quick development iterations.
Hope that helps you out in anyway... Tankred Am 12.04.2012 04:29 schrieb "Nils Kenneweg" <[email protected]>: > Hi Everyone, > > I just wanted to ask some small questions: > > Do you use any Development Environment for JS coding? > What kind of Unit Test Framework do you like to use? > > Regards, > Nils > > _______________________________________________ > > http://openpgpjs.org >
_______________________________________________ http://openpgpjs.org

