Skip to main content
3 events
when toggle format what by license comment
Oct 29, 2024 at 20:10 comment added Simon Geard Yeah, if I saw someone doing catch (Exception ignored) {, I'd be looking to have them fired... out of a cannon. Something went wrong, you don't know what or where, and you don't even care about it enough to dump the message and stack trace somewhere? Good luck debugging that.
Oct 29, 2024 at 14:08 comment added Jörg W Mittag //region / //endregion are used by some IDEs and text editors for folding, so they are not, strictly, "comments" but more like "proprietary meta-markup". That doesn't invalidate your point, though: if you want to fold something away, it's likely it should be encapsulated, not just textually hidden.
Oct 27, 2024 at 19:33 history answered J_H CC BY-SA 4.0