Code smell: obscured intent
Written by Grigory Rechistov in Uncategorized on 03.02.2023. Tags: code smell, code quality,
G16. Obscured Intent. We want code to be as expressive as possible. Run-on expressions, Hungarian notation, and magic numbers all obscure the author’s intent. .. Small and dense as this might appear, it’s also virtually impenetrable. It is worth taking the time to make the intent of our code …