help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] basic organization with GST ?


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] basic organization with GST ?
Date: Thu, 26 Mar 2009 19:55:48 +0100

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]