this post was submitted on 25 Jun 2023
35 points (100.0% liked)

Programmer Humor

37576 readers
1054 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
[โ€“] lowleveldata@programming.dev 0 points 2 years ago (1 children)

I have never used System.exit() or sys.exit(). What is a use case where you would call these explicitly?

[โ€“] epyon22@sh.itjust.works 1 points 2 years ago

Applications where you aren't using some sort of framework. Usually MVC or other frameworks would handle this or are designed to continuously run.