realTobby / ImageScraper

Dumps all images from a WebSite.
GNU General Public License v3.0
8 stars 2 forks source link

REFACTORING #32

Open realTobby opened 5 years ago

realTobby commented 5 years ago

I really want to revive this Repository because I think this is a really helpful tool. Goal here is to make it as easy as possible.

End Goal would be to have an executable that can be run by anyone and a .net dll for developers wanting to include it in their own projects (plus its open source, so as well just take parts from it)

First thing to do is to take the MainForm.cs and just split it into pieces. Then create a .net dll library project and put it all in this. Then create GUI and DLL at the same time (works as some kind of Test Project) Maybe even create a UnitTestProject later to Test in more depth the dll functionality.

Soon™

leon-marzahn commented 5 years ago

An important thing to add might be, that the library has to be in either .net core or .net standard so it would be publishable to nuget.