Skip to content

Instantly share code, notes, and snippets.

View vonbecmann's full-sized avatar

vonbecmann vonbecmann

  • asylum for developers
  • somewhere in south america
View GitHub Profile
@vonbecmann
vonbecmann / smalltalkProjectSructure.md
Created March 7, 2012 23:12 — forked from dalehenrich/smalltalkProjectSructure.md
Proposed Smalltalk project directory structure

##Monticello Package Structure

The basic idea is to store individual methods in files so that git can manage method-level history. The split between classes and extensions in the snapshot directory is differentiate between classes defined in a package and extension methods defined in the package:

+-Sample-Core.pkg\
  +-snapshot\
  | +-classes\
  | | +-SampleCore.class\
  | |   +-SampleCore.st