ndmitchell / debug

Haskell library for debugging
BSD 3-Clause "New" or "Revised" License
122 stars 7 forks source link

Misc improvements #56

Closed pepeiborra closed 6 years ago

pepeiborra commented 6 years ago

Misc code and UI improvements

ndmitchell commented 6 years ago

What's the reason for preferring out of line CSS? I tend to find it easier to keep them together since they are necessarily linked and there don't seem to be any advantages to making them separate as the CSS isn't reused.

pepeiborra commented 6 years ago

It didn't occur to me that it was deliberately inline. No strong reason other than that after extending it, debug.html had probably more CSS rules than HTML markup...

ndmitchell commented 6 years ago

In the days when editors could either do CSS or HTML there was a good reason to separate them for editing ease. If you share your CSS between multiple pages it makes sense. Otherwise I don't see the harm. That said, I'm not too fussed either way.