artperrin / image2csv

Convert tables stored as images to an usable .csv file
MIT License
799 stars 23 forks source link

General code enhancement and new ideas #3

Open thibaultserti opened 3 years ago

thibaultserti commented 3 years ago

I saw that you are new to coding, so welcome to GitHub !

I listed a few things that you could easily change to improve the quality of your code:

Be sure that it's all about the form and not about the content. The goal of this remarks is simply to make you aware of the existence of such things (ignored by far too many programmers and teachers) and to step up your code quality :smile:

artperrin commented 3 years ago

Thank you so much for these directions ! In fact, it is quite difficult to have some quality codes when beginning, there are a lot of things to know in order to make a script simple and clear, for both the user and the developer... So I'll try to follow your advices as much as I can for my future projects, and of course starting by improving this program. šŸ˜‰

Moreover, I'll leave this issue as opened if you or someone else has other tip to share šŸ˜