#code-maintenance

[ follow ]
fromHackernoon
4 months ago

How to Find Unreachable Functions With Deadcode | HackerNoon

Dead code refers to functions in source code that can't be reached during execution, complicating maintenance. A new tool, 'deadcode,' helps identify such functions.
Software development
#software-development
fromHackernoon
2 years ago
Java

Refactoring 029 - How to Replace NULL With Collection | HackerNoon

Replace nullable optional attributes with empty collections to eliminate null checks and leverage polymorphism.
[ Load more ]