TheZoraiz / ascii-image-converter

A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!
Apache License 2.0
2.05k stars 121 forks source link

Refactor root.go #2

Closed miniscruff closed 3 years ago

miniscruff commented 3 years ago

Just going through and trying a little bit of refactoring to get a feel for the project. I did not see tests or lint rules but I did test manually for a bit, if there are concerns of specific flags or circumstances let me know.

TheZoraiz commented 3 years ago

Thanks miniscruff. Those changes actually improve readability and structure of the file!

I only made tests manually as well. Should definitely start thinking about implementing them through Go.