>>>>> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:

Bo> 2. Capitalize all single word filenames
Bo> under src: cursor.C => Cursor.cpp, main.C ==> Main.C etc. This is
Bo> not absolutely necessary but should look better when 3 is done. 3.
Bo> Rename all multiple word filenames under src in the form of:
Bo> cursor_slice.C ==> CursorSlice.cpp bufferlist.C ==> BufferList.cpp
Bo> output_docbook.C ==> OutputDocbook.cpp etc 

I'd rather rename the file to the name of the (main) class they
contain. 

That would be
cursor.C => LCursor.C
main.C => LyX.C
cursor_slice.C => CursorSlice.C
bufferlist.C ==> BufferList.C
output_docbook.C ==> unchanged

I do not see the need to do a rename if it does not inform better
about the contents of the file.

Then you may want to rename classes too, of course. But this can be
made after everything is synchronized.

JMarc

Reply via email to