[Notes] Import path in TypeScript
[Notes] Import path in TypeScript
My colleague mentioned about one question:
why do we do our imports as relative paths rather than absolute paths? It’s not easy to figure out what’s the correct path.
We then start discussing about the what are the pros and cons for using absolute path or relative path. In my understanding, I always voted for relative path, cause that won’t cause a problem when we try to deploy the service into…
View On WordPress













