purescript-backend-optimizer icon indicating copy to clipboard operation
purescript-backend-optimizer copied to clipboard

Move formating functions from Main into Main.Print

Open Neppord opened this issue 1 year ago • 0 comments

This reduces the amount of code in Main, and the imports in scope for the formating functions. Reducing the cognitive load.

There is some more code related to formating in Main. However, I wanted to make a small change to see if this is anything the project finds value in, and as such I don't want to burden the reviewers with too much code at the same time.

Neppord avatar Jun 12 '24 12:06 Neppord