fossasia / engelsystem

Shift planning system for events.

Home Page:http://engelsystem.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exceptions and errors in the system are not handled properly.

imujjwal96 opened this issue · comments

Whenever an exception occurs, it is handled badly by killing the project using die() function. Exit expressions with regular code are untestable and therefore they should be avoided.

image