muesli4 / table-layout

Layout data in grids and pretty tables. Provides a lot of tools to get the cell formatting right (positional alignment, alignment on specific characters and limiting of cell width)..
BSD 3-Clause "New" or "Revised" License
37 stars 11 forks source link

Check for superfluous imports in Text.Layout.Table module #50

Closed muesli4 closed 1 year ago

muesli4 commented 1 year ago

Check whether some imports are unlikely to be used by the typical user. As potential candidates I would suggest:

It seems that if someone really wants to go that deep they should actually import specific modules.

muesli4 commented 1 year ago

@Xitian9, may I ask about your opinion on those?

Xitian9 commented 1 year ago

So long as they're available to import directly from the module, that sounds reasonable to me.

muesli4 commented 1 year ago

I noticed that restructuring the documentation cleared up the situation mostly. Moving more advanced definitions into a section that is at the end may be sufficient.

Xitian9 commented 1 year ago

That sounds reasonable to me.