Warnings are an important tool during development to spot mistakes. However for that to work you need to be able to spot them. Unfortunately the build of Notion produces so many warnings that I can't see any warnings from changes I've made during development. That's why I would like to make the whole codebase compile without warnings and after that would make it a requirement that every new code change also compile without warnings.
Warnings are an important tool during development to spot mistakes. However for that to work you need to be able to spot them. Unfortunately the build of Notion produces so many warnings that I can't see any warnings from changes I've made during development. That's why I would like to make the whole codebase compile without warnings and after that would make it a requirement that every new code change also compile without warnings.