I'm writing a little application that will generate different .NET related class files to our exact specifications.
So, my question is this: are there any general guidelines or best practices to follow when generating text files? For example, are all the static parts within the code itself or is some kind of template file used?
I'm not looking for ways to read/write files, I'm just looking for methodology at this point; the technical details I can handle :)
Thanks
So, my question is this: are there any general guidelines or best practices to follow when generating text files? For example, are all the static parts within the code itself or is some kind of template file used?
I'm not looking for ways to read/write files, I'm just looking for methodology at this point; the technical details I can handle :)
Thanks
Comment