- Java EE 8 and Angular
- Prashant Padmanabhan
- 156字
- 2021-07-02 19:22:37
Coding practices
There are many best practices that are followed by developers around the world. Some of these can be as simple as following a code convention, or applying a more advanced pattern, principle, or general guideline. When building a microservice, its public APIs need to be designed carefully. The internal structure of a microservice is an implementation detail that doesn't get exposed to others.
You cannot ignore the fact that you are publishing a service, which is the face of your API. REST APIs have certain best practices, which should be followed. It's beyond the scope of this book to cover each of these practices, but standardizing on the resources and the request and response formats will go a long way in making the code consistent and easy to work with. Consider the following practices, which are focused towards this type of architecture:
- Follow DDD
- Document it
- Build for failure
- Infrastructure as part of code
- Python編程自學手冊
- 騰訊iOS測試實踐
- Reactive Programming with Swift
- ASP.NET Core Essentials
- Getting Started with PowerShell
- HTML5+CSS3基礎開發教程(第2版)
- Learning ASP.NET Core 2.0
- INSTANT Weka How-to
- Internet of Things with the Arduino Yún
- Hands-On RESTful Web Services with Go
- Building an RPG with Unity 2018
- C#應用程序設計教程
- Java SE實踐教程
- Learning AWS
- Domain-Driven Design in PHP