|
-
Jul 9th, 2001, 04:44 AM
#1
Thread Starter
Addicted Member
Code Organiser
I would love to clean up my code with tabs etc so I can see the structure more clearly. Is there a freeware program to do that (ie indent in a conditional clause/loop) or do I need to write one...?
Sorry if someone has already posted about this, but I have searched and searched.
-
Jul 9th, 2001, 01:19 PM
#2
Frenzied Member
Do a search for vbdocumentor or i think the site is www.frameplus.com. They have a very good util to document the code to make it more readable.
-
Jul 9th, 2001, 01:32 PM
#3
Addicted Member
Well that's what happens when you ignore those rules stated at the beginning of programming books.
It's best to lean how to write clear maintainable code and not have to use these code-cleaning apps. As soon as you start to write code you should be indenting code blocks, I mean is it really that difficult to reach for the tab key?
-
Jul 9th, 2001, 01:35 PM
#4
i only remember about half the time to indent WHEN i am typing.
Generally I write the sub....then go back and add the indents.
when I get a thought in my head i have to type it out asap! no time for tabbing! LOL
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Jul 9th, 2001, 01:41 PM
#5
Frenzied Member
I indent as i go. Just need to get in the habit. It's not that hard. It also makes life a lot easier. Be a happy coder. Follow the rules. heheh.
-
Jul 9th, 2001, 04:15 PM
#6
Thread Starter
Addicted Member
I do the best I can now.
I never learnt from books, just picked it up generally. But I wrote a lot of code without indents which I would now love to indent.
Thanks! (the documenter is useful)
-
Jul 9th, 2001, 06:26 PM
#7
Frenzied Member
whatever makes you happy. If coding without standards or rules makes you happy than so beit. The only thing i can say that one day that code may fall into the hands of a potential customer and then you have a lot of work cleaning up. What i usualy do is indent as i go. Then when i have the first version done i then do all of my clean up.
-
Jul 10th, 2001, 05:42 AM
#8
Thread Starter
Addicted Member
As I said,
now I try to write with the rules. I want to clean up some of my old code.
-
Jul 10th, 2001, 08:16 AM
#9
Frenzied Member
search for PrettyCode.Print in
www.planetsourcecode.com
its a vey cool app, works like an add-in of VB6.
Regards...
-
Jul 10th, 2001, 09:01 AM
#10
Frenzied Member
Try CodeSmart Very good program Free demo Fully Functional Only needs Serial Number.
http://www.aivosto.com/
-
Jul 11th, 2001, 03:44 AM
#11
Thread Starter
Addicted Member
I'm afraid
searching for PrettyCode.Print gives me no results. Any suggestions?
-
Jul 11th, 2001, 03:47 AM
#12
Thread Starter
Addicted Member
-
Jul 11th, 2001, 08:30 AM
#13
Frenzied Member
B ut you can download a demo and use it. its fully operational
-
Jul 11th, 2001, 09:25 AM
#14
Thread Starter
Addicted Member
It only allows you to use
-
Jul 11th, 2001, 11:21 AM
#15
Frenzied Member
10 source code files limitation is only the project Anylizer.
For the code formatter its unlimited.
He needs to use the Code Formatter.
-
Jul 11th, 2001, 01:00 PM
#16
Why don't you guys write one instead of shelling out £loads of cash on it. Seems to me like you'll get some practice at indenting at the same time!
-
Jul 11th, 2001, 04:59 PM
#17
Thread Starter
Addicted Member
But
Why don't you guys write one instead of shelling out £loads of cash on it. Seems to me like you'll get some practice at indenting at the same time!
If you read my original request, I asked if anyone knew about a free version, as I do *NOT* want to waste my time frigging about writing a program. Obviously if there is no program I may be forced to write my own...
-
Jul 11th, 2001, 05:08 PM
#18
Thread Starter
Addicted Member
Found
PrettyCode.Print @ www.vbcity.com
Thanks!
-
Jul 12th, 2001, 06:06 AM
#19
Frenzied Member
Re: Found
Originally posted by RCharlton
PrettyCode.Print @ www.vbcity.com
Thanks!
...lol...sorry...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|