bczsalba / pytermgui

Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
https://ptg.bczsalba.com
MIT License
2.21k stars 54 forks source link

Refactor #36

Closed USLTD closed 2 years ago

USLTD commented 2 years ago

I added __version__ back

bczsalba commented 2 years ago

What exactly is the value provided by this PR?

USLTD commented 2 years ago

What exactly is the value provided by this PR?

Small performance increase

USLTD commented 2 years ago

And more efficient memory management since it only imports necessary functions and variable

bczsalba commented 2 years ago

The whole module will be evaluated anyways due to how Python works, and the tiny amount of memory efficiency IMO is premature optimization inhibiting readability.

Also, please read and follow our CONTRIBUTING.md file next time. Your commit messages, PR title and lack of explanation don't follow the given standards.

USLTD commented 2 years ago

Alright. I didn't notice it before 😅