I have implemented an ascii method similar to that in Scala version of histogrammar. Ascii prints out to console a histogram of Bin.
In my implementation I created two helper methods and by doing so attempted to make the implementation more modular. Please let me know if this is not the design pattern you would like me to use.
I have implemented an ascii method similar to that in Scala version of histogrammar. Ascii prints out to console a histogram of Bin.
In my implementation I created two helper methods and by doing so attempted to make the implementation more modular. Please let me know if this is not the design pattern you would like me to use.