Scott Hanselman has posted a very interesting blog entry about organizing the code for software projects.
A particular interest in the post is the use of NTFS Junction points.
It could be usefull for sharing version information (take versioning out of AssemblyInfo.cs and put it in a shared file using junctions).
My own projects are organized in a rather hectic way which currently makes the process of building and releasing much more complex than it should be.
Note to self : Organize Sharp3D’s code
Similar Posts:
- Yahoo Releases Its Own Hadoop Distribution
- The New Google App Engine Blobstore API – First Thoughts
- Introduction to MapReduce for .NET Developers
- Creating an Attractive Internet Company – It’s All About Emotions
- Developing a Robust Data Driven UI Using WPF – An Overdue Summary (and full source code)


Leave a Comment