#refactoring

[ follow ]
Software development
fromHackernoon
2 years ago

Good Programmers Always Be Refactoring | HackerNoon

Clean code is essential for maintainability and reduces technical debt.
Engineers should prioritize refactoring alongside feature development.
Refactoring can be integrated into regular code updates subtly.
fromHackernoon
2 years ago

Code Smell 299 - How to Fix Overloaded Test Setups | HackerNoon

When you write tests, you might create a large setup method that initializes various objects. This leads to unnecessary overhead if only one test uses all these objects.
Scala
Scala
fromHackernoon
4 months ago

Generic Alias Types: Why We Need Them | HackerNoon

Generic alias types simplify refactoring in Go by supporting incremental updates to package references.
fromHackernoon
2 years ago

Refactoring 027 - How to Remove Getters | HackerNoon

"The main point of the article is to replace simplistic getters with behavior-rich methods that encapsulate the operations pertinent to the internal state."
Java
fromMedium
7 months ago

Unit testing legacy spark code in Scala

Having code well covered by automated tests (unit, integration, etc.) is essential to avoid rework later, especially when facing legacy code challenges.
JavaScript
[ Load more ]