Remote editing - Save method
Hello,
I wanna ask one question. What method PHPStorm use for uploading to FTP after remote editing? For example [upload with new filename]->[rename on server and rewrite] or [upload and rewrite directly].
I'm work on big project with core folders and files. Someone says that first method (two stage saving) is faster and files are unavailable only for few microseconds.
Thanks
请先登录再写评论。
Hi there
Second one.
There is a ticker for first one -- https://youtrack.jetbrains.com/issue/WI-20248
...
What will happen if you upload not fully tested code (e.g. typo in a code that handles some rare case / rarely gets executed)?