regarding let(), don’t you think it’s dangerous as...
# kobalt
i
regarding let(), don’t you think it’s dangerous as it could result in code silently not running in the event of an unexpected null - potentially causing a hard-to-find bug? If using !! is bad because it causes an unexpected null to cause the code to fail loudly at runtime, isn’t it even worse for code to fail silently?