-
1 Attachment(s)
Aaaarrrrgggghhhhh
On the current Project I am working on, There are fecking so many word templates to populate, and it is driving me crazy the below code is just for one button press and prints out a maximum of 22 documents.
One more template and I think I am going to commit suicide :eek:
-
-
at least it proves that I do actually occasionally do work and not spend all day chatting on this site :)
-
Hehe, and you comment your code. Well done. :D I ought to do that really...
-
when your working on a project with 30 classes and 80 form's, commenting is good :D
-
my code is so good I dont need to comment it :p
-
Well, generally i can just read code and tell what it does. Currently There are 30 odd Forms and ten Classes but the average amount of code in each form is quite alot. The one i am working on has 62 pages of code when i cut and pasted it into Wordpad and thats not even the biggest (or is that not a lot of code?)
But i think commenting in that would be good :)
-
I try to keep some code out of the forms and I use a lot of modules instead :)
-
So do i. For most of it though it is not easy to put in modules as it bears directly to that form. Or at least the information shown on it.
-
I still even get around that :)