Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 656 Bytes

File metadata and controls

13 lines (9 loc) · 656 Bytes

Back to Index

Design your App

With great powers come great responsibilities. LIMP is no exception. With the much of features available in LIMP it's a good idea to set and consider the app you are building before building it. Although we had events in the past where we had to upgrade a whole app structure due to core changes in it, and thanks to the uniformity of LIMP modules, we had that done by simply running a regexp replace sequence on some modules. However, there are few consideration to make your life easier:

Multi-Package vs One-Package App

...

LIMP Modules Segregation over Python Modules

...

Use of Realm Mode

...