Developing an application from scratch (Haskell Unfolder #46)

I do this kind of stuff often. I don’t think it’s overdoing it. At the same time, I wouldn’t necessarily reformat every single function in order to create this kind of layout. But if there’s a piece of code where I e.g. thought long about the structure and even perhaps got it wrong at first, then I think it’s time well invested if you can make the structure of the code more obvious so that you will more easily recognise it again in case you have to revisit or refactor it.

3 Likes