Powered by Node.JS PHP`
- PHP
~~The key files responsible for the functionality of the site are server.js and public/client.js. ~~
Indents should be done in the Stroustrup variant of K&R style using 4-space indents like so:
if (x) {
console.log("Ja!");
}
else {
console.log("Nein!");
}
Whenver possible, fuctions should be defined like so:
function
5A80
funcName(args) {
return args + 1;
}