Gday dotnetters,

Ever since I switched to vb.net i find im using Modules more and more,
rarely creating classes, particularly at the entry point into a few utility
console apps im working on. This definitely feels wrong, is it just bad
design? Should i be learning OO design again?
As an example say Im rewriting msbuild or similar tool, i can see myself
just creating a single method in a Module and that'l be it. Is that bad?
what if it is all i need? Should i create a class with a single Run method?
Seems overkill....

Look forward to some responses, perhaps Im hungover :)

Reply via email to