hivesolutions / appier

Joyful Python Web App development
http://appier.hive.pt
Apache License 2.0
126 stars 22 forks source link

Reload of application in debug #24

Open joamag opened 6 years ago

joamag commented 6 years ago

Description

To be able to efficiently debug an Appier application it's very important to be able to have it reloaded at a development time. Effectively avoiding the need to restart the application & debugger.

Implemenation

Most of the implementation requires the checking of changes in the source files. The overall algorithm can be defined as: