Login
From:
www.foonathan.net
(Uncensored)
subscribe
Guidelines for constructor and cast design
https://www.foonathan.net/2018/01/constructors-casts-design/
links
backlinks
Roast topics
Find topics
Find it!
When creating new types, two interfaces are particularly important: How can the be created? And how do they convert to other types? Getting these two right makes your type much easier to use, so let's make some guidelines.