Project size estimation
I just counted the source lines of code of the current Shnitzl.org version and found something strange.
On the server-side we have about 5400 lines of code. I thought it would be more, but thats ok, the fewer lines the better. The strange thing happened when I counted the client-side code (the JavaScript code which runs in the browser). Here we have 6400 lines of code. 1000 lines more then the complete server-side (which is btw also written in JavaScript)!
Thats somehow strange. I think I have to refactor the client code and make it smaller. Maybe I can also kick out some useless third-party libraries.