Hi Mike,
Thank you very much for your reply! You were the only person to reply to this thread but there were several Windows laptops at the hackathon.
Quite commonly we hear that people use Intellij but I can understand the preference for Visual Studio on Windows. I've heard good things about the new Visual Studio Code IDE but I haven't tried it myself. For our part, the development team at IQSS has standardized on Netbeans because it's free of cost and runs on Windows, Mac, and Linux. However you can get the code in a pull request is fine. :)
I have a bit of a follow up question for you and any other developers on Windows who would like to chime in. I'd like to know which of the following statements you agree with the most:
- I want to install all the required software (Glassfish Postgres, Solr, etc.) directly on my Windows development computer.
- I want to install Vagrant and VirtualBox on my Windows development computer and have all the required required software (Glassfish Postgres, Solr, etc.) contained within a Vagrant virtual machine.
- I want to install Docker on my Windows development computer and have all the required required software (Glassfish Postgres, Solr, etc.) contained within a Docker image.
If a different statement applies better, that's fine!
Thanks!
Phil