Skip to content

The Clean Code Method Sorter is a lightweight plugin for the Eclipse Platform. It provides techniques to sort methods in Java-classes, aiming to increase the readability of the source code.

Notifications You must be signed in to change notification settings

parzonka/Clean-Code-Method-Sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean-Code-Method-Sorter

The Clean Code Method Sorter is a lightweight plugin for the Eclipse Platform. It sorts Java methods to improve the readability of your source code following the newspaper metaphor (conceived by Robert C. Martin):

A class should be readable like a newspaper, starting with the most important methods, followed by methods which are invoked later in the execution flow.

The plugin lets you sort using the following criteria:

  • invocation order
  • access level
  • method name (aka overloaded method)
  • being accessor/mutator of the same field (aka getter and setters)

To install, please add this update site to your Eclipse. (Note that this link will not show any content in your browser.)

For further information on usage, please refer to the manual at eclipse.org.

About

The Clean Code Method Sorter is a lightweight plugin for the Eclipse Platform. It provides techniques to sort methods in Java-classes, aiming to increase the readability of the source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages