SSW Foursquare

Do you maintain separation of concerns?

Last updated by Brady Stroud [SSW] about 2 months ago.See history

One of the major issues people had back in the day with ASP (before ASP.NET) was the prevalence of "Spaghetti Code". This mixed Reponse.Write() with actual code.

Ideally, you should keep design and code separate - otherwise, it will be difficult to maintain your application. Try to move all data access and business logic code into separate modules.

Bob Martin explains this best:

Adam Cogan
We open source. Powered by GitHub