pytiled_parser icon indicating copy to clipboard operation
pytiled_parser copied to clipboard

Add Missing Docstrings and Metadata to Functions in utils.py

Open Maelto-svg opened this issue 1 year ago • 0 comments

Several functions in utils.py lack docstrings and metadata. While parse_color is documented, other functions like check_format, load_object_template, and load_object_tileset are missing explanations for their purpose, input parameters, and return values. Adding consistent docstrings for these functions would improve code readability and maintainability, making it easier for others to understand and use them.

Maelto-svg avatar Nov 15 '24 15:11 Maelto-svg