Skip to content

Notronix/AlbacoreDeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlbacoreDeed

A collection of human readable utility methods for Java.

There's nothing fishy about it... the name AlbacoreDeed is actually just an anagram for "readable code".

Examples

public void iterateList(List<Object> items) {
    if (thereAreOneOrMore(items) {
        for (Object item : items) {
            // do something with item
        }
    }
}

Releases

No releases published

Packages

No packages published

Languages