swiftlang / swift-org-website

Swift.org website
https://swift.org
Other
474 stars 178 forks source link

Consider Noncopyable Generics Code Walkthrough as a blog post or doc article #611

Open dempseyatgithub opened 5 months ago

dempseyatgithub commented 5 months ago

Ben Cohen has write-up a code walkthrough of noncopyable generics in the Swift forums: https://forums.swift.org/t/noncopyable-generics-in-swift-a-code-walkthrough/70862

After the relevant proposals are finalized and implemented in a release, we should consider updating the walkthrough accordingly and using it as a blog post or documentation article.

Since noncopyable is intended to be more of a niche feature, it may make more sense as a documentation article.

0xTim commented 5 months ago

I agree, I think article would make more sense. Also easier to keep it up to date as things change