|
3 |
edited tags
|
||
|
2 |
edited title
|
||
Is there a good guide out there Best practices for refactoring classic ASP?
|
||||
|
1 |
|
||
Is there a good guide out there for refactoring classic ASP?I've got to do some significant development in a large, old, spaghetti-ridden ASP system. I've been away from ASP for a long time, focusing my energies on Rails development. One basic step I've taken is to refactor pages into subs and functions with meaningful names, so that at least it's easy to understand @ the top of the file what's generally going on. Is there a worthwhile MVC framework for ASP? Or a best practice at how to at least get business logic out of the views? (I remember doing a lot of includes back in the day -- is that still the way to do it?) I'd love to get some unit testing going for business logic too, but maybe I'm asking too much?
|
||||
