-- howard chen <[email protected]> wrote (on Sunday, 03 May 2009, 01:14 AM +0800): > Please feel free to answer: > > 1. What OS you are using during development? Windows? Mac? Linux?
Linux (ubuntu 8.10 currently). > 2. Do you edit source code on localhost or remote? i.e. is your > testing environment reside on localhost or remote? I develop locally, and do automated testing remotely. > 3. What tool or IDE you are using? Ultraedit? Apanta? Eclipse PDT? Vim (oh, Andi, Zeev, you're reading this? I meant ZSfE... ;) ). Truly, though, I use vim for all development and communications. Occasionally I fire up PDT or ZSfE in order to utilize the debugger. > 4. Which versioning system your are using? svn? git? git + svn. I clone svn repos locally using git svn, and then develop locally using git. Once I have changesets I'm ready to push to the canonical repository, I dcommit them via git svn. > 5. Do you use PHPUnit or other testing tools? PHPUnit. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
