qmasingarbe / pymiere

Python for Premiere pro
GNU General Public License v3.0
363 stars 46 forks source link

Cosmetic changes #25

Closed PFython closed 1 year ago

PFython commented 3 years ago

A couple of suggestions to variable names (TICKS_PER_SECOND and list_clips) Suggested changes to wording of print() output Suggested changes to wording of comments A new (replacement?) suggestion for demo_batch called demo_batch2 using PySimpleGui (more accessible for new users who may be unfamiliar with Qt5).

PFython commented 3 years ago

Hi Quentin - I've recreated your lastest README in this Pull Request so you should be able to Merge now without any conflicts 👍

qmasingarbe commented 3 years ago

Hi @PFython , thank you for your pull request. Here are my thoughts:

BigRoy commented 1 year ago

Should this PR be closed in favor of certain decisions - in the current state at least is has some conflicts?

TICKS_PER_SECOND does sound better to me than TICKS_PER_SECONDS but it'd just be breaking backwards compatibility. Technically we could define both for now and deprecate one - but I'm not sure it's enough to warrant breaking older code at all.

Looking at where we're at it might still be nice to refactor some wording in comments that we feel is way off or just plain typos but basically leave the rest as is?