Avoid global variables, The Julia Language, 2024 - The official Julia performance tips explain why excessive use or modification of global variables can negatively impact performance and code predictability, aligning with best practices for managing scope.
Julia High Performance, Bogumił Kamiński, Paweł Szulc, 2019 (Packt Publishing) - This book provides practical advice and examples on writing efficient Julia code, including discussions on how variable scope, particularly global variables, affects performance and maintainability.