- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 78字
- 2025-02-27 12:02:53
Sharing common code
To ensure a consistent look and feel of the end user portal, code that ensures consistency can be shared with the other frontends. However, care should be taken to ensure that no business logic, binding logic, or any other logic creeps into the shared code.
Your shared code should always be in a state of being released publicly. This will ensure that no breaking changes or business logic gets added to the shared library.