Steven Giesel 4/21/2022

Is public const bad?

Read Original

This 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.

Is public const bad?

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser