Re: [Gambas-user] Documenting a gambas project.

2015-08-17 Thread Fabien Bodard
2015-08-17 19:41 GMT+02:00 Jussi Lahtinen jussi.lahti...@gmail.com: You must first to know that the folder concept come from a query from Richard :-) Oh, I learned it long time ago from various source codes written in c. i mean in the Gambas IDE Jussi

[Gambas-user] Documenting a gambas project.

2015-08-17 Thread richard terry
Hi List, I wonder if anyone has good advice/method for documenting the code within a gambas project to make it easy to find stuff. Our medical records project which has been in use for a number of years now is really quite huge. the Postgresql backend currently has 33 schema's with many

Re: [Gambas-user] Documenting a gambas project.

2015-08-17 Thread Jussi Lahtinen
Oh, I learned it long time ago from various source codes written in c. i mean in the Gambas IDE Yes, I understood that. I just meant I had no idea, because the concept is so old. Jussi --

Re: [Gambas-user] Documenting a gambas project.

2015-08-17 Thread Jussi Lahtinen
In my huge project I have the source code in multiple folders, which are named by the category of what the code does. Also modules, classes, etc have been named as descriptive as possible. Be careful when fixing things like that after wise, it's easy to left some instance renamed or called from

Re: [Gambas-user] Documenting a gambas project.

2015-08-17 Thread Jussi Lahtinen
You must first to know that the folder concept come from a query from Richard :-) Oh, I learned it long time ago from various source codes written in c. Jussi -- ___

Re: [Gambas-user] Documenting a gambas project.

2015-08-17 Thread Fabien Bodard
Le 17 août 2015 16:06, Jussi Lahtinen jussi.lahti...@gmail.com a écrit : In my huge project I have the source code in multiple folders, which are named by the category of what the code does. Also modules, classes, etc have been named as descriptive as possible. Be careful when fixing things