the-linux-schools-project / karoshi-client

Central repository for Karoshi Client development
http://linuxschools.org.uk
5 stars 6 forks source link

Remove horrible 'exitfunc' logic #69

Open RobinMcCorkell opened 10 years ago

RobinMcCorkell commented 10 years ago

Poor code readability, it confuses other contributors and results in heavily repeated code. Suggested replacement: use an array of functions to call during the exit from the script. The understandableYad and related functions need to be renamed as well.

cc @Eldara98 @mpsharrad