[orbitcpp-list] coding standards for compiler/
Status: Beta
Brought to you by:
philipd
|
From: Andreas K. <ak...@ix...> - 2000-03-03 22:24:42
|
Hi Phil, I've started converting the compiler to our new conventions. (at least the parts that can be done with sed :) However, i'd suggest we leave the method names in the compiler the way they are. When I first wrote it, I chose to use extremely descriptive (i.e. long) method names, and I do not regret that. But imagine making writeCPPStubReturnMarshalCode() something like write_cpp_stub_return_marshal_code() (34 characters, as opposed to 29. this is madness.) what do you think? andy |