gelstudios / gelstudios/gitfiti

Ideas to simplify templates

Open
#35 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
8.4k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

I have a few suggestions regarding templates:
- **Move bundled templates out of the source code.** They could be included from a resource file/folder, which should also work from inside a package (WRT #31).
- **Only one template per file.** Each template's name is derived from its filename by removing the file extension (or using no file extensions at all). No need to parse the name from its content.
- **Simplify image serialization.** Get rid of JSON, square brackets, commas. Only one byte per "pixel", newslines as row delimiters, and no other whitespace. Numbers 0-4 as well as the ASCII representation work with that. Would greatly simplify parsing as well as template creation.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.