My OE10 arrived yesterday. I'd like to use this opportunity to better organize my source and object code folders. I have both GUI and CHUI code, and an increasing number of source and r-code files which are non-interactive and shared across the user interface environments.
Over the past decade (v8 through v9) I have organized my folders along the following lines:
src (CHUI and shared source)
- ap/
- ar/
- gl/
...
tty (CHUI and shared r-Code)
- ap/
- ar/
- gl/
...
gui (GUI Source AND Object)
- ap/
- ar/
- gl/
...
- viewers/
- windows/