C2Y namespace proposal
please let this happen please let this happen please let this happen please let this happen
@grips @yew @snacks With golang? I find the constant if err != nil annoying. Some of the proposals made over the years to fix that where really good, but got killed because it's a language made by a committee and nobody agreed which is a good way. From a high level view it's the C model with an added variable instead of returning random integers or NULL (thanks to history).
https://go.dev/blog/error-syntax
EDIT: Also fun fact. Some of the code snippets in that article wouldn't pass go format.