pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
108 stars 46 forks source link

Review the settings system #15

Open DamienCassou opened 8 years ago

DamienCassou commented 8 years ago

The problem with the existing Launcher and Pharo settings system is that it stores code in a configuration file. It means the Launcher's developer must pay attention not to remove a method that might be called by a configuration file. Otherwise, the user won't be able to launch the Launcher anymore.

DamienCassou commented 8 years ago

It might be worth investigating Cocoon