RSSAmplifier

Steve Dunn · Jul 10, 2022

Pernicious Nulls - using and abusing nulls in C#

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

In this post, I would like to introduce a new code smell: The Pernicious Nulls Code Smell The propagation of nulls throughout a codebase that obscure ideas and concepts At least I think it's new; there are smells/anti-patterns about the dangers of using null, but this one focuses on the understandability of software that's infused with nulls. Nulls can spread throughout a codebase like garden…

Read on dunnhq.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.