Code style guide for SQL projects
Developer Simon Holywell has written a comprehensive guide for SQL developers. This will allow us to create more readable code, consistent, and easier to be maintained if the current developer moves to another position or leaves the project. The link is https://www.sqlstyle.guide On their page https://www.sqlstyle.guide/#avoid, it gives some things to avoid: To see the … Read more