Navigate/Search

Great tips about Structuring Solutions in Visual Studio

The Elder” is apparently a freaking genius.  Tip #2 changed my life although apparently I was already doing this.

I freaked out at first — I thought I was guilty of it. Rather, in the IDE I use for PHP code I group similar projects in same name spaces or work spaces. I got to thinking though, and I NEVER plan to develop any PHP for deployment into executable bytecode or encoded somehow. So grouping projects under one general solution label is fine.

Brainsick Solutions for example is a namespace in most of my C# and PHP code. That’s where:

  • blog.* WordPress widgets and blog development takes place.
  • portfolio.* modifications to the portfolio gallery and development of separate galleries.
  • …several more app.*s in development.

Comments are closed.