this post was submitted on 10 Jul 2023
20 points (100.0% liked)

JavaScript

2288 readers
1 users here now

founded 2 years ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[–] AnusBesamus@feddit.de 6 points 2 years ago

This is a really useful feature! I had a bug a few days ago where I forgot to close a DB connection and wished that something like Go's defer was a thing. Great timing!

[–] silas@programming.dev 3 points 2 years ago

Thanks for sharing, looks awesome!