finny · @finny
248 followers · 687 posts · Server plush.city

❌ INCORRECT:
catch (error) {
// swallow error
}

✅ CORRECT:
catch (error) {
// vore error
}

#programmingtips #happyvoreday

Last updated 1 year ago