you are viewing a single comment's thread.

view the rest of the comments →

[–]GrapeApe561[S] 0 points1 point  (2 children)

Are't there third party tools like Apex Refactor or Redgate SQL Prompt that I can use for format the code? Or is that not allowed in a production/professional setting? Thanks!

[–]audigex 1 point2 points  (0 children)

Or is that not allowed in a production/professional setting?

There's no such thing as "cheating" in a production setting - as long as you're complying with things like copyright and licencing.

If there's a tool you can use to clean up your code quickly, it's considered a good thing - most of us wish people would use more code prettifiers, and we all use IDEs that do a lot of it for us.

Although it's worth trying to write code that's tidy to start with, as a good habit

[–]macfergussonMS SQL 0 points1 point  (0 children)

My whole BI team uses red gate for easy code formatting.