swift-server / guides

Guides for building, debugging and deploying Swift Server applications
259 stars 21 forks source link

swift library author guide #61

Open tomerd opened 3 years ago

tomerd commented 3 years ago

=> API design and evolution => semantic versioning and SwiftPM considerations => observability (pull in logging guide, metrics, tracing, etc) => cross platform

ktoso commented 3 years ago

swift concurrency considerations, when to use or expose NIO types and when not etc.

ktoso commented 3 years ago

guide about proper use of task locals, how to use and not abuse them in libraries.