|
|
|
|
|
by zmgsabst
367 days ago
|
|
My experience is the opposite: I haven’t worked somewhere we ran code locally in a long, long time. Your IDE is local, but the testing is remote — typically in an environment where you can match the runtime environment more closely (eg, ensuring the same dependencies, access to cloud resources, etc). |
|
does that mean you will never compile it or build it locally?
don't 99% of people just use docker nowadays to have all that environment matches?