#legacy-code

[ follow ]
#software-development
fromSitePoint Forums | Web Development & Design Community
1 week ago

Trouble inspecting structure on some legacy portals - anyone else seen this?

Many developers encounter significant challenges when dealing with legacy websites, especially those built on outdated frameworks or non-semantic markup. Common issues include broken HTML in modern browsers, particularly during inspection or debugging phases, and inconsistent rendering across devices.
Web design
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 ]