4teamwork / ftw.linkchecker

0 stars 0 forks source link

Introduce BrokenLink class initializing link information. #32

Closed busykoala closed 5 years ago

busykoala commented 5 years ago

Close #28

This introduces a BrokenLink class which has link information initialised automatically on instantiation.

It brings methods which will apply all possible information onto the BrokenLink object as soon as given. This will enable us to append information easily to the object and it automatically extends all possible information given by that parameter. Also the object will validate its parameter is_broken and for example a link list can easily be iterated only checking this parameter on truthiness.

busykoala commented 5 years ago

Included in #42