aerosol / Tabula

:u7533: Pretty printer for maps/structs collections (Elixir)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

render_row, formatters, spacers and max_widths should be private

zoldar opened this issue · comments

IMHO render_row, formatters, max_widths and spacers shouldn't be part of the public API. These should be declared with defp.

commented

👍