Code Smell – Bad Smell in Code : Understanding Primitive Obsession
-Use of primitives instead of small objects for simple tasks (such as currency, ranges, special strings for phone numbers, etc.) -Use of string constants as field names for use in data arrays. -Use of...
Recent Comments