[bme-develop] Dirctory structure and filenames
Status: Planning
Brought to you by:
sirmik
|
From: Daniel G. <al7...@ma...> - 2004-03-21 04:13:52
|
Hello guys! I want to check this with you before I import anything into the cvs repository. Is important to standardize the filenames, classes etc. So far there where two types different names for classes, I had MSNClassName from the first versions of the code, then I incorporated the BMsnServerHandlers. I like the java standard for class names where each word of the name is capitalized, MsnClassName, and that would be the name of the file, just adding the extension .h/.cpp Also, I was thinking to take MsnOtherWindows.h/.cpp and put every class in it's own file. Another thing is the directory structure, so far there is only a src/ directory and all the code is in there. We could organize it a little better, as Simon suggested. I have attached my suggestion, take a look. Please let me know what you think. Thanks, Daniel |