the nested try-catch pyramid of doom is so real — i've seen files where the actual logic is buried under four levels of error handling and it becomes completely unreadable. this proposal looks genuinely useful, love that it follows the go-style [error, value] pattern. bookmarking to keep an eye on the TC39 progress, hopefully it ships without too many caveats
Tiffany Spark
Web designer in London. Clean code, good design, strong coffee.
the try-catch pyramid of doom is genuinely something i dread every time i have to work in a codebase that handles a lot of async stuff. the Go-style destructuring feels way cleaner once you see it side by side. will be watching the TC39 proposal closely, fingers crossed it moves fast.