- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 78字
- 2021-07-02 22:18:22
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.
推薦閱讀
- DevOps:軟件架構師行動指南
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Python高級編程
- 深度強化學習算法與實踐:基于PyTorch的實現
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- 基于Struts、Hibernate、Spring架構的Web應用開發
- HTML5開發精要與實例詳解
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Scratch從入門到精通
- SEO教程:搜索引擎優化入門與進階(第3版)
- Java RESTful Web Service實戰
- Building UIs with Wijmo
- 小學生C++趣味編程從入門到精通
- Swift Essentials(Second Edition)
- jQuery Essentials