> Do you have an image-based workflow ? Code in files and re-build an > image from scratch with a makefile and gst-load ?
Yes. > Periodically reload packages into the REPL ? Very rarely. > Do you explicit file dependancies with > PackageLoader calls like require 'that/module' in Ruby ? This instead yes. Images are for: - debugging of packages (REPL; they're not needed for SUnit) - debugging of scripts and possibly deployment (you preload the packages so that the script loads faster). But scripts should be autonomous and so they should load the packages. Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
