Why is gender specified in generated source files?
Hi there,
I'm working with the STM32CubeIDE and noticed that the automatically generated code from STMCubeMx in main.c implies the user is male, which strikes me as odd:
void Error_Handler(void)
{
/* USER CODE BEGIN Error_Handler_Debug */
/* User can add his own implementation to report the HAL error return state */
__disable_irq();
while (1)
{
}
/* USER CODE END Error_Handler_Debug */
}A more inclusive phrasing could be "User can add their own implementation..."
I know it's a small thing, but as our industry is attempting to be more inclusive these little things are important. I of course don't think that ST or any employee is intentionally doing this, just to be clear, but wanted to point out the line. It also occurs elsewhere in automatically generated files.
Thanks!