ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

Refactoring old apps to add new best practices #113

Open CRImier opened 5 years ago

CRImier commented 5 years ago

Many apps contain old constructs that are no longer needed, but might be picked up as good practices by new contributors (or, in some cases, will prevent the app from working at all - though unlikely because generally backwards compatibility is preserved). So, refactoring those would help.

Old and outdated practices include:

All of these ought to be grepped for, then removed/replaced - afterwards, it's best if you test your changes by actually launching the app and confirming that it behaves the same way as it did previously.

LouisPi commented 5 years ago

I should be able to help out with this.

CRImier commented 5 years ago

Thank you!