deepweeb / B-B-W

0 stars 1 forks source link

Implementation + Testing + documentation of Block.java #168

Closed nzarin closed 7 years ago

nzarin commented 7 years ago

Expected behavior

The block class should not be too big. For example: the constructor should only contain 3 or 4 values.

Actual behavior

The block has around 10 parameters

Steps to reproduce this behavior

first create other classes to spread the parts. For example: User, Blockdata and the leftovers will be made in Block. (just follow the UML).

Definition of Done

When it has the following attributes according to the UML:

and the following methods:

Member responsible: Naqib Duration: 4h Priority: A Claimed by: Naqib & Luat