Message 1 of 32
Source code organization
Not applicable
03-27-2002
08:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Never having taken a programming class, let alone having a CS degree.
Everything I know about programming (not a lot) has been self taught through
books, this NG, source code, help files, etc.
I have about 200 or so different LSP files that I maintain. Most of them
have been completely hands off for years, but I have had to go into and
edit/update/modify a good chunk of. Either by creating new ones, improving
the most used routines, fixing bugs, what have you.
My question to the group is this. What kind of source code organization do
you gurus have? File/directory structure, grouping of functions by task,
stuff like that and what ever else you can think of.
--
Kevin Nehls
Everything I know about programming (not a lot) has been self taught through
books, this NG, source code, help files, etc.
I have about 200 or so different LSP files that I maintain. Most of them
have been completely hands off for years, but I have had to go into and
edit/update/modify a good chunk of. Either by creating new ones, improving
the most used routines, fixing bugs, what have you.
My question to the group is this. What kind of source code organization do
you gurus have? File/directory structure, grouping of functions by task,
stuff like that and what ever else you can think of.
--
Kevin Nehls