Return to site

To indent code or not to indent code

making code more legible

December 21, 2016

When I write my SQL code, my golden standard is to place a comment block at the top of the script detailing what the code does. I also like to indent my code in the form of an arrow, to make it more readable.