-
There should be no need for customizations. A "raw" service specification should be enough to generate a client library.
-
The cost of customizations should be proportional to the amount of customizations we are making. It must not have a steep cost cliff when we want to customize a small aspect of the generated code (a.k.a. "the cost of the first customization should be low").
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```plantuml | |
| @startuml | |
| abstract Model | |
| abstract StructuredInformation | |
| abstract Entity | |
| abstract Operation | |
| Operation : Id | |
| Operation : status | |
| abstract Job | |
| abstract Batch |
OlderNewer