shaonaghosh / soylent

Automatically exported from code.google.com/p/soylent
0 stars 0 forks source link

Organize the C# code #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Orgainize the C# source code into model, view, etc., so it's easier to move
around.  Possibly rename classes.

Original issue reported on code.google.com by esperte...@gmail.com on 4 Jun 2010 at 10:39

GoogleCodeExporter commented 8 years ago
Done.  The main idea is that there are two main packages, Model and View, and 
each one has subpackages per feature.  For example, ShortnData.cs is in 
Soylent.Model.Shortn.  Try to follow this organization as we move forward.

Original comment by esperte...@gmail.com on 14 Jun 2010 at 6:22