const coder = new Coder(Adam);
function getCoderName(coder: Coder) {
return coder.name;
}
// Updating the name for the CODER
function setCoderName(name: string) {
coder.name = name;
}
const coder = new Coder(Adam);
function getCoderName(coder: Coder) {
return coder.name;
}
// Updating the name for the CODER
function setCoderName(name: string) {
coder.name = name;
}
What is altr?
Altr is a smart refactoring tool that helps you effortlessly rename variables, functions, and other code elements while maintaining your preferred casing conventions Altr is also available as a CLI tool and a standalone Rust crate link
What are the benefits of using altr?
Saves time and effort on repetitive refactoring tasks
Ensures consistent code style throughout your project
Reduces the risk of errors by making automated replacements