I came across this term in a reading. Here is the context:
"It is a best practice to make your T-SQL code self-documenting. Generally speaking, a view will be more self-documenting if the column names of the view are specified in the SELECT statement and not listed separately in the view."
I am just curious as to what this means. Any response is greatly appreciated.