Published inTowards Dev·PinnedWhy you should use private custom type keys for context?Imagine you have a context and you develop a library to manage specific data to be written into or read from that context. You should make this data be safe and not be overridden from outside your library package. …Go2 min readGo2 min read