Web developers – Is it better to do development on your local machine or on a remote host?
Always, always develop on a local setup. Always use source control. Always put everything under source control, including the database schema. There seems to be a lot people who like to have one central server that everyone uses for development — I don’t really understand why you would prefer to be in a shared environment … Read more