S
Steve
Hi I am working on a web application which will be accessed by
thousands of visitors per day, so speed and performance is crucial to
the application.
One of the business logic classes in my project is now rather big (350
lines) and expected to keep growing further and further...
It is used in nearly all the webforms.
Does its size affect peformance in anyway?
Should I be creating more but smaller classes rather than putting most
of my methods into one class?
Very interested in what people have to say on this.
Kind regards,
Steve.
thousands of visitors per day, so speed and performance is crucial to
the application.
One of the business logic classes in my project is now rather big (350
lines) and expected to keep growing further and further...
It is used in nearly all the webforms.
Does its size affect peformance in anyway?
Should I be creating more but smaller classes rather than putting most
of my methods into one class?
Very interested in what people have to say on this.
Kind regards,
Steve.