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.
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.