alashworth / test-issue-import

0 stars 0 forks source link

modularize io::reader and io::writer #58

Open alashworth opened 5 years ago

alashworth commented 5 years ago

Issue by betanalpha Tuesday Feb 17, 2015 at 21:35 GMT Originally opened as https://github.com/stan-dev/stan/issues/1301


Right now transformations between the constrained and unconstrained scale are all tied up as methods of the monolithic io::reader and io::writer classes. These should be broken apart into separate functors for each transformation to clean up initialization and the like.