CromulentEntity / Dungeon_Crawler_Deux

Text based Dungeon Crawler game, built in Java from scratch.
0 stars 0 forks source link

Give each class a header comment #7

Closed CromulentEntity closed 2 years ago

CromulentEntity commented 2 years ago

Consider giving each class a header comment containing information such as author, etc. Not sure if this is good practice, look into it.

CromulentEntity commented 2 years ago

Would also give a description of what the class is used for.

CromulentEntity commented 2 years ago

Partially implemented in https://github.com/CromulentEntity/Dungeon_Crawler_Deux/commit/19352823211f427fed3b715366e0088a2301a135

CromulentEntity commented 2 years ago

Considering this issue completed, will move forward with more in-depth Class and Method descriptors in https://github.com/CromulentEntity/Dungeon_Crawler_Deux/issues/12.