Best Practice for Utilities Class?

Posted by Sonny Boy on Stack Overflow See other posts from Stack Overflow or by Sonny Boy
Published on 2010-03-29T20:43:07Z Indexed on 2010/03/29 20:53 UTC
Read the original article Hit count: 329

Hey all,

We currently have a utilities class that handles a lot of string formatting, date displays, and similar functionality and it's a shared/static class.

Is this the "correct" way of doing things or should we be instanciating the utility class as and when we need it?

Our main goal here is to reduce memory footprint but performance of the application is also a consideration.

Thanks, Matt

PS. We're using .NET 2.0

© Stack Overflow or respective owner

Related posts about oop

Related posts about ood