Is public const bad?
Read OriginalThis technical article analyzes the use of 'public const' in C# programming. It explains how constants are compile-time replacements, leading to versioning problems when referenced across assemblies. The author demonstrates the issue with code examples and recommends using 'static readonly' fields for better maintainability and to avoid hard-coded values in dependent code.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser