WeSearch
Hub / Tags / Refactoring
TAG · #REFACTORING

Refactoring coverage.

Every story in the WeSearch catalog tagged with #refactoring, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

9 stories tagged with #refactoring, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Refactoring"

RELATED TAGS
#ai2#ai-agents1#software-architecture1#state-management1#elm1#software-development1#code-refactoring1#performance-optimization1#pull-request1#open-source1#development1#javascript1
ARXIV CS.AI

Proof-Refactor: Refactoring Generated Formal Proofs into Modular Artifacts

While Large Language Models (LLMs) have shown strong performance in generating formal proofs, their outputs often remain less readable, modular, maintainable, and reusable than pro…

21 views ·
#artificial intelligence#formal proofs#proof refactoring
DEV.TO (TOP)

Refactoring and Optimization Workflows: Turning Messy Code into Clean, Fast Systems

Introduction You have working code that you dread touching. Variable names make no sense....…

18 views ·
#softwareengineering#optimization
R/STABLEDIFFUSION

ScreenDiffusion V0.2 Released - Major Refactoring of V0.1 - Easy Install - Open Source.

19 views ·
DEV.TO (TOP)

Beyond Text Rewrites: The Shift to AST-Aware Code Refactoring for AI Agents

The rapid adoption of AI coding assistants has fundamentally changed how software engineers write,...…

14 views ·
#ai#programming#softwareengineering
DEV.TO (TOP)

Beyong New and Delete: from auto_ptr to unique_ptr

This guide walks through a legacy pattern built around std::auto_ptr, something still found in many...…

11 views ·
#c++#programming
DEV.TO (TOP)

Reincarnating a Decade-Old jQuery Project

Cleaning my old drive, I found burger.zip dated 2015. Inside: one of my first paid web gigs, a burger...…

18 views ·
#javascript#jquery#typescript
DEV.TO (TOP)

Diário de dev #0: o mês em que eu deletei mais do que adicionei

Começo um diário semanal de desenvolvimento. O primeiro cobre um mês inteiro, e a história principal é sobre construir infraestrutura, jogar fora, e o que isso ensina sobre confiar…

8 views ·
#development#ai
GITHUB

Refactor: Unified codebase for better performance by vishxrad- Pull Request #517

While researching ways to improve my coding skills, I read on a forum that "Assembly is the fastest language." Since we value performance, I took the liberty of migrating…

16 views ·
#software development#code refactoring#performance optimization
MARIOHAYASHI

From spaghetti to main bus: refactoring an AI agent orchestrator with Elm

tl;dr: In Part I, I built the factory: an orchestration system that runs AI agents like workers on a production line. Part II tears the original system down and rebuilds it from fi…

14 views ·
#ai agents#software architecture