this post was submitted on 02 Oct 2023
1101 points (98.8% liked)

Programmer Humor

37355 readers
102 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] relevants@feddit.de 5 points 2 years ago (1 children)

If it's in the minified front end code it's already client side, of course you don't show it to the user but they could find out if they wanted to. Server side errors are where you really have to watch out not to give out any details, but then logging them is also easier since it's already on the server.

[โ€“] lord_ryvan@ttrpg.network 4 points 2 years ago

Ah you're right, I'm thinking too much like a backend dev!