Preference question.
Have some methods that could be made into extension methods, but there are about 20 of them. The class they'd go on is already pretty well populated.
Would you use them as extension methods, leave them in a separate class, or do both via an intermediate namespace that adds extension methods which just reference the separate class?
Have some methods that could be made into extension methods, but there are about 20 of them. The class they'd go on is already pretty well populated.
Would you use them as extension methods, leave them in a separate class, or do both via an intermediate namespace that adds extension methods which just reference the separate class?
Last edited: