0
kicks
Learning how to create a simple Fluent DSL via Method Chaining
Take a look at how to create a simple Fluent DSL which is built via Method Chaining.
We will build this DSL from the ground up and talk about the various decisions which were made along the way. This is just a simple example of how you can create a internal DSL for your application with very little effort.