D
DBC User
I have a static class with bunch of static methods. That is my common
routines used spratically across the programs. I am wondering which is
the best coding and performance wise good standard. Try to put the
required methods in a class and use the class or keep the static on
most commonly used methods?
Thanks.
routines used spratically across the programs. I am wondering which is
the best coding and performance wise good standard. Try to put the
required methods in a class and use the class or keep the static on
most commonly used methods?
Thanks.