Sad Tux - Windows bias detected
This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides platform-specific instructions for setting environment variables, listing Windows Command Prompt and PowerShell methods before the Linux/macOS equivalent. This ordering may suggest a Windows-first bias. Additionally, both Windows and PowerShell commands are given, which can be considered 'powershell_heavy' if Linux alternatives are not equally emphasized. However, the main Go application code and build/run instructions are platform-neutral and use Bash commands, which are standard across Linux and macOS.
Recommendations
  • Present Linux/macOS instructions before or alongside Windows instructions to avoid implicit prioritization.
  • Explicitly state that the Go application and its dependencies work equally well on Linux, macOS, and Windows.
  • Include a note that all commands are cross-platform unless otherwise specified.
  • Provide parity in troubleshooting or environment setup examples for Linux/macOS (e.g., handling environment variables in systemd or .bashrc).
  • Consider grouping platform-specific instructions under clear subheadings (e.g., 'Windows', 'Linux/macOS') for clarity and equal prominence.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-12 00:00 #243 cancelled Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean

Flagged Code Snippets