#legacy-code

[ follow ]
#software-development
fromInfoQ
2 weeks ago
Software development

Building Tomorrow's Legacy Code, Today

Legacy code is often just code that has been stable over time and shouldn't be equated with technical debt.
fromHackernoon
7 months ago
JavaScript

Codebase Migration: How to Successfully Migrate a Codebase | HackerNoon

Migrating a codebase is complex; prefer incremental changes over complete rewrites to ensure smoother transitions.
fromInfoQ
2 weeks ago
Software development

Building Tomorrow's Legacy Code, Today

Legacy code is often just code that has been stable over time and shouldn't be equated with technical debt.
fromHackernoon
7 months ago
JavaScript

Codebase Migration: How to Successfully Migrate a Codebase | HackerNoon

Migrating a codebase is complex; prefer incremental changes over complete rewrites to ensure smoother transitions.
more#software-development
JavaScript
fromLogRocket Blog
3 months ago

Implementing React Islands in static web applications - LogRocket Blog

React Islands enables incremental modernization of legacy applications with React components.
This method enhances performance by hydrating only necessary part of the application.
#refactoring
fromMedium
4 months ago
JavaScript

Unit testing legacy spark code in Scala

Automated tests are critical for maintaining code quality and minimizing rework, especially with legacy systems.
Refactoring legacy code is necessary to enable testing, requiring caution to avoid introducing bugs.
fromInfoQ
4 months ago
Agile

QCon SF 2024: Refactoring Large, Stubborn Codebases

Centralized refactoring through leverage and incrementality is essential for modernizing stubborn legacy codebases.
fromCodeProject
10 months ago
Data science

Escaping the IF..THEN Hell in C# with SQL

Refactoring a long-neglected program is necessary for maintainability and future handover.
fromMedium
4 months ago
JavaScript

Unit testing legacy spark code in Scala

Automated tests are critical for maintaining code quality and minimizing rework, especially with legacy systems.
Refactoring legacy code is necessary to enable testing, requiring caution to avoid introducing bugs.
fromInfoQ
4 months ago
Agile

QCon SF 2024: Refactoring Large, Stubborn Codebases

Centralized refactoring through leverage and incrementality is essential for modernizing stubborn legacy codebases.
fromCodeProject
10 months ago
Data science

Escaping the IF..THEN Hell in C# with SQL

Refactoring a long-neglected program is necessary for maintainability and future handover.
more#refactoring
fromTheregister
8 months ago
Software development

DARPA suggests turning legacy C code automatically into Rust

The US Defense Advanced Research Projects Agency (DARPA) is developing TRACTOR to convert legacy C code into Rust using AI to enhance memory safety in programming languages.
fromInfoQ
9 months ago
Software development

Strangler Things: How To De-risk Legacy Code Migrations

De-risking legacy code migrations involves disentangling systems without customer impact and zero downtime, and prioritizing feature migration, tooling, and backwards compatibility.
fromAlvinalexander
10 months ago
JavaScript

ZIO.attempt: examples and documentation

Wrap synchronous code that can throw exceptions in ZIO.attempt for error handling.
[ Load more ]