Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools for C code refactoring [closed]

Tags:

People also ask

What is code refactoring in C?

Refactoring or Code Refactoring is defined as systematic process of improving existing computer code, without adding new functionality or changing external behaviour of the code. It is intended to change the implementation, definition, structure of code without changing functionality of software.

What is a refactoring tool?

Refactoring is the process of modifying programs to improve program structure without changing functionality.


What tools are there that supports refactoring C code (renaming variables, extracting methods, finding method references, ...)

Preferably for a Linux environment, but Windows tools are ok too. If there's something available for emacs, even better!