Skip to content

tomdalling/pure-function-as-an-object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure Function As An Object (PFAAO) Pattern Demonstration

This is a tiny project to demonstrate the PFAAO pattern. It converts a JSON document to an XML document. The accompanying article article is available here: http://www.rubypigeon.com/posts/the-pure-function-as-an-object-pfaao-pattern/

Running The Code

First, install the dependencies with:

bundle install

Then run the code with:

bundle exec ruby convert.rb

Acknowledgements

The input.json data set comes from JSON Studio website:

http://jsonstudio.com/resources/

This pattern is inspired and influenced by all of Rich Hickey's Clojure talks and Casey Muratori's API design talks.

About

An example Ruby program to demonstrate the "pure function as an object" pattern.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages