|
|
|
|
|
by mkl
2529 days ago
|
|
> files you create inside the IDE are virtual files with no foot print on your real file system. This is done to make sharing a project as easy as sharing a single file. This sounds like it would prevent the proper use of version control systems like git, which seems like a terrible idea. Is my interpretation correct? It seems like it would be better to develop with normal files (and the decades of powerful tools that can operate on them), and then bundle into one file for distribution. |
|