- Dec 12, 2022
- 357
- 2
Hi All,
Been involved in programmning for years, but new to B4J and in particular SQLITE database stuff.
It occurs to me that it would be useful to have a place to store documentation with the code. Not individual inline comments, which are fine, but an overall view of how the program works, ideas to try, or anything else describing what is being done, and why.
In particular with database stuff, what you do in code bears no resemblance to what the intentions are in organising the database, linking tables, creating queries, etc. I find I am writing blocks of comments to keep track of what I am doing ( or have tried ) and then having to search around in the code modules looking for what I already noted.
Visual Basic never had the facility to easily write comment blocks, unlike C with its /* comment block */ arrangement. I know you can block comment a section with the editor, but when writing a block of just text, you either have to comment each line as you write it, or have...
Been involved in programmning for years, but new to B4J and in particular SQLITE database stuff.
It occurs to me that it would be useful to have a place to store documentation with the code. Not individual inline comments, which are fine, but an overall view of how the program works, ideas to try, or anything else describing what is being done, and why.
In particular with database stuff, what you do in code bears no resemblance to what the intentions are in organising the database, linking tables, creating queries, etc. I find I am writing blocks of comments to keep track of what I am doing ( or have tried ) and then having to search around in the code modules looking for what I already noted.
Visual Basic never had the facility to easily write comment blocks, unlike C with its /* comment block */ arrangement. I know you can block comment a section with the editor, but when writing a block of just text, you either have to comment each line as you write it, or have...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید