WeSearch
Hub / Tags / Refactor
TAG · #REFACTOR

Refactor coverage.

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

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

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

RELATED TAGS
#refactoring5#ai2#ai-agents1#software-architecture1#state-management1#elm1#software-development1#code-refactoring1#performance-optimization1#pull-request1#open-source1#development1
TOWARDS DATA SCIENCE

How to Refactor Code with Claude Code

Improve coding agent productiveness with refactored code…

38 views ·
#code#claude
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…

43 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....…

26 views ·
#softwareengineering#refactoring#optimization
R/STABLEDIFFUSION

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

27 views ·
R/LOCALLLAMA

$16 refactor, 400 steps, 95% routed to open MoE

23 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,...…

24 views ·
#ai#programming#softwareengineering
R/WEBDEV

Let an agent refactor my weekend prototype and the diff is embarrassing

12 views ·
ARXIV CS.AI

Lean Refactor: Multi-Objective Controllable Proof Optimization via Agentic Strategy Search

We present Lean Refactor, a plug-and-play retrieval-augmented agentic framework for multi-objective, controllable, and version-robust refactoring of Lean proofs. LLM-generated proo…

20 views ·
#computer science#artificial intelligence#software engineering
YAHOO FINANCE

The Great Refactor – rebuilding banking systems for the age of AI agents

20 views ·
DEV.TO (TOP)

How I Let an AI Refactor My Whole Codebase (Using Gemini 3.5)

Every solo developer knows the dread of a Friday afternoon deployment. You push a minor update to a...…

10 views ·
#ai#webdev#programming
R/JAVA

Thanks to feedback from here I refactored my string pipeline library to focus more on CodePoint operations. The allocation reduction ended up improving benchmarks way more than I expected. <3 Thanks again.

34 views ·
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...…

16 views ·
#c++#programming#refactoring
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...…

28 views ·
#javascript#jquery#typescript
R/CYBERSECURITY

I contributed to an open-source Bluetooth stress testing tool that just got a major algorithm refactor

22 views ·
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…

14 views ·
#development#refactoring#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 &quot;Assembly is the fastest language.&quot; Since we value performance, I took the liberty of migrating…

24 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…

22 views ·
#ai agents#software architecture#refactoring