Coding

xJSFL coding conventions

Code Structure Related lines of code should be grouped into blocks Whatespace should be used to make it obvious what belongs together and what doesn’t All blocks should be clearly labelled with leading single-line comments Comments // comments should be outdented by a single tab, making it easy to scan the code Explanatory comments should [...]