Skip to content

Instantly share code, notes, and snippets.

@jredh
Created February 10, 2016 00:47
Show Gist options
  • Save jredh/3abdff9fecaad187abca to your computer and use it in GitHub Desktop.
Save jredh/3abdff9fecaad187abca to your computer and use it in GitHub Desktop.
Oh, this is neat syntax
// ...
float value = new House()
.setBedrooms( 2 )
.setName( "Home" )
.setBathrooms( 3 )
.setSquareFeet( 1900 )
.setWindows( 4 )
.appraise();
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment