Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[Refactor] Common place for types/interfaces/constants/helpers shared between client and server side #330

Open
yizheliu-amazon opened this issue Nov 23, 2020 · 1 comment
Labels
enhancement Enhance current feature for better performance, user experience, etc

Comments

@yizheliu-amazon
Copy link
Contributor

Move types/interfaces/constants/helpers shared between client and server side as many as possible into single place, to avoid duplicate codes for better maintenance.

@yizheliu-amazon yizheliu-amazon added the enhancement Enhance current feature for better performance, user experience, etc label Nov 23, 2020
@ohltyler
Copy link
Contributor

As @yizheliu-amazon has mentioned in #329, we will want to move any shared constants on the server side, to prevent the issue of missing constants when the user builds and runs the artifact, since the client-side source files are ignored when building (details here)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Enhance current feature for better performance, user experience, etc
Projects
None yet
Development

No branches or pull requests

2 participants