TextMate set a convention of grouping files by extension. This makes it easier for me to focus on small changesets. I started another convention naming Python files like elm_{VERB}.py. Unique names should encourage future encapsulation and the prefix will effectively namespace future imports. I also added messages.json to communicate chagelogs in Package Control. Finally I PRed on master but recommend develop instead. Remaining PRs are planned from tightly scoped feature branches.
TextMate set a convention of grouping files by extension. This makes it easier for me to focus on small changesets. I started another convention naming Python files like
elm_{VERB}.py
. Unique names should encourage future encapsulation and the prefix will effectively namespace future imports. I also addedmessages.json
to communicate chagelogs in Package Control. Finally I PRed onmaster
but recommenddevelop
instead. Remaining PRs are planned from tightly scoped feature branches.