Settings and activity
7 results found
-
14 votesJames shared this idea ·
-
14 votes
-
16 votesJames supported this idea ·
-
16 votesJames shared this idea ·
-
3 votesJames shared this idea ·
-
215 votesJames supported this idea ·
-
9 votesJames supported this idea ·
An error occurred while saving the comment
A few benefits of opening the script file from the source control side (say it's in a branch):
* If you are working on a large/complex object, you can simply save your work in the middle of coding without it having to compile and deploy to the server.
* This model fits the traditional development better - where the developer is always working from files in source control (or local versions) and not directly changing source on servers.
* This model would work for multiple developers working against the same development database.