II.
LibraryProcess overview
Reference · livelib-process:code-migration-modernization--code-translation
specializations/code-migration-modernization/code-translation overview
Code Translation - Process for translating code between programming languages while preserving functionality, idioms, and maintainability using automated tools and manual review.
Attributes
displayName
specializations/code-migration-modernization/code-translation
description
Code Translation - Process for translating code between programming languages while
preserving functionality, idioms, and maintainability using automated tools and manual review.
libraryPath
library/specializations/code-migration-modernization/code-translation.js
specialization
code-migration-modernization
references
- - Transpilers Overview: https://en.wikipedia.org/wiki/Source-to-source_compiler
- - Code Migration Best Practices: https://martinfowler.com/articles/code-migration.html
example
const result = await orchestrate('specializations/code-migration-modernization/code-translation', {
projectName: 'VB.NET to C# Translation',
sourceLanguage: 'VB.NET',
targetLanguage: 'C#',
codebasePath: '/src/legacy-vb'
});
usesAgents
- framework-upgrade-specialist
- code-transformation-executor
- refactoring-pattern-applier
- regression-detector
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:code-migration-modernization·Specialization
lib_covers_topic1
- topic:refactoring·TopicRefactoring
lib_implements_workflow1
- workflow:technical-debt-reduction·WorkflowTechnical Debt Reduction
lib_involves_role2
- role:architect·RoleArchitect
- role:tech-lead·RoleTech Lead
lib_requires_skill_area2
- skill-area:strangler-fig-pattern·SkillAreaStrangler Fig Migration
- skill-area:parallel-run-migration·SkillAreaParallel-Run Migration
uses_agent3
- lib-agent:code-migration-modernization--framework-upgrade-specialist·LibraryAgentframework-upgrade-specialist
- lib-agent:code-migration-modernization--code-transformation-executor·LibraryAgentcode-transformation-executor
- lib-agent:code-migration-modernization--regression-detector·LibraryAgentregression-detector
Incoming edges
None.