Skip to content

Instantly share code, notes, and snippets.

View johanste's full-sized avatar

Johan Stenberg (MSFT) johanste

  • Microsoft Corporation
  • Redmond, WA
View GitHub Profile
@johanste
johanste / azurenomnom.puml
Last active July 1, 2021 22:34
PlantUML version of service nomenclature
```plantuml
@startuml
abstract Model
abstract StructuredInformation
abstract Entity
abstract Operation
Operation : Id
Operation : status
abstract Job
abstract Batch
@johanste
johanste / cadlsidecar.md
Last active September 28, 2022 18:37
Client coden annotations for Cadl

Cadl for code gen

Requirements

  • 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").

Solution