Closed nzarin closed 7 years ago
The block class should not be too big. For example: the constructor should only contain 3 or 4 values.
The block has around 10 parameters
first create other classes to spread the parts. For example: User, Blockdata and the leftovers will be made in Block. (just follow the UML).
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
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