Scratchpad - Zugamifk/Garden GitHub Wiki
===Program Structure=== ====Objects==== Obejcts in the game should be structured with appropriate identifying information such as a name, identifer and optional description. The name is used inside the program and given the to the user. The identifier is used by the program to identify it amongst other similar objects, and so need to be unique. The Description is optional and can be equated with a comments in the code itself, giving additional information that can be read both in the code as well as inside the prorgam while running. This should help a lot during bug testing and can even be used or expanded later to provide additional information to new users of the program.