Skip to content

nitra0997/SERefactoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Codacy Badge

SERefactoring

This repository contains the "Refactoring"-Assignment for our Software-Engineering lecture, based on the example from Martin Fowler

Useful refactoring tool in Eclipse

The rename-function automatically renames all references of a renamed field, method, or class name. When refactoring, renaming these is useful if they do not have a concise name or their usage/functionality has changed. In general, the usage of concise names makes code easier to read. The code also speaks for itself, which makes additional (non-javadoc) comments superflous. This tool can be used by pressing ALT + SHIFT + r.

Link to Codacy-Dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages