-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
174caf6
commit db21bc7
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
type: rule | ||
archivedreason: | ||
title: Do you avoid using word 'Report' in your reports? | ||
guid: 6364ce06-609b-424e-8121-6660b0ec0f68 | ||
uri: avoid-using-word-report | ||
created: 2023-12-12T14:38:33.0000000Z | ||
authors: | ||
- title: Jeoffrey Fischer | ||
url: https://ssw.com.au/people/jeoffrey-fischer | ||
related: | ||
- customization-do-you-know-which-version-of-sql-reporting-services-and-visual-studio-you-are-using | ||
redirects: [] | ||
|
||
--- | ||
|
||
<!--endintro--> | ||
|
||
We believe the word 'Report' is redundant in a report, so we avoid using this word in our reports. | ||
|
||
::: bad | ||
![Figure: Bad example - Redundant use of the word 'report' in a report](BadWordinReport.jpg) | ||
::: | ||
|
||
::: good | ||
![Figure: Good example - Avoidance of the word 'report' in a report](NoBadWordinReport.jpg) | ||
::: |