Educado-App / educado-mobile

The repository for the educado mobile education application
GNU General Public License v3.0
1 stars 3 forks source link

Better error handling in storage services #369

Closed Lowkee1g closed 1 week ago

Lowkee1g commented 1 week ago

Moved all of the error handling to a separate function that takes 2 parameters (error, functionname) to centralize the error handling. Improved readability by inverting some of the if statements moved some of the more complex functions into smaller inner functions