Conversation

would you be happy using a language where every file was in literate mode? i.e. prose at the top level, code only in delimited/nested blocks
39
82
I wouldn't want to force my code into a linear presentation format only. Ie. I'd prefer it if I could have more than one way of viewing the program graph supported by my editor.
2
4
I think this might be like how people debate whether to group source files in a directory tree - ideally you could get model/view/controller groupings _or_ domain groupings, depending on what you are doing at the time.
1
2