#refactoring

[ follow ]
#best-practices
fromHackernoon
2 months ago

Generic Alias Types: Why We Need Them | HackerNoon

Generic alias types in Go play a crucial role in simplifying code refactoring by allowing developers to incrementally update package references, minimizing disruption.
Scala
fromMedium
5 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 ]