New kernel structrure

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

New kernel structrure

Gwenaël Casaccio
Hello,

The current kernel structure could be improved a bit:
   - one class per file;
   - class name becomes file name;
   - using directories.

Here is a work in progress :
https://github.com/GwenaelCasaccio/smalltalk/commits/kernelChanges
What do you think about the new version?

Gwen


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: New kernel structrure

Gwenaël Casaccio
On 15/01/2013 15:50, Gwenaël Casaccio wrote:

> Hello,
>
> The current kernel structure could be improved a bit:
>   - one class per file;
>   - class name becomes file name;
>   - using directories.
>
> Here is a work in progress :
> https://github.com/GwenaelCasaccio/smalltalk/commits/kernelChanges
> What do you think about the new version?
>
> Gwen
>

I've made a breakthrough the first step is done:
   - one class per file;
   - extensions are separated;
   - and initialization too.

I would like your opinion about the current kernel state, as a next
iteration
I will move move collection classes together and so on.

Gwen


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk