reesericci
  • Joined on 2024-04-06
reesericci created pull request 9pfs/h.hackclub.app#2 2024-06-17 01:41:02 +00:00
Add Hard Fork Webring
reesericci pushed to main at reesericci/h.hackclub.app 2024-06-17 01:40:42 +00:00
53b51f0ee3 Add Hard Fork Webring
reesericci created repository reesericci/h.hackclub.app 2024-06-17 01:39:59 +00:00
reesericci commented on pull request countify/countify#44 2024-06-14 14:56:02 +00:00
Return actual errors

no error handling

reesericci commented on pull request countify/countify#44 2024-06-14 14:56:02 +00:00
Return actual errors

if you wanted you could use Jest

reesericci commented on pull request countify/countify#44 2024-06-14 14:56:02 +00:00
Return actual errors

never validates that the counter works

reesericci commented on pull request countify/countify#44 2024-06-14 14:56:02 +00:00
Return actual errors

why are you using SQL directly, use an ORM like prisma/drizzle/node active record or wtv

reesericci commented on pull request countify/countify#44 2024-06-14 14:56:02 +00:00
Return actual errors

if you're gonna use try, catch, just use .then() and .catch() at that point imo - i think it's clearer what's happening that way