codemetropolis / CodeMetropolis

See your software as never before.
http://codemetropolis.github.io/CodeMetropolis/
14 stars 30 forks source link

Check BasicBlock class for extra and common Block information #359

Open R3tes opened 7 months ago

R3tes commented 7 months ago

Refactor rendering module's BasicBlock file depending on what is an extra information to a Block and what are the most common, basic components of a Block. The common, basic components should remain in the BasicBlock class, but any other extra data related to a Block should be in a separate file/new class, something that would best fit the structure of the project so far.