Xref: utzoo comp.unix.misc:1389 comp.windows.x:35887 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!haven.umd.edu!cs.wvu.wvnet.edu!cerc.wvu.wvnet.edu!cathedral!abmg From: abmg@cathedral.cerc.wvu.wvnet.edu (Aliasghar Babadi) Newsgroups: comp.unix.misc,comp.windows.x Subject: nameing Keywords: name code Message-ID: <1659@babcock.cerc.wvu.wvnet.edu> Date: 30 Apr 91 20:29:04 GMT Sender: news@cerc.wvu.wvnet.edu Followup-To: comp.unix.misc Lines: 13 Hi, I have seen different naming style for functions, variables, constants and types such as clear_sreen and ClearScreen, MAXBUFLEN and MaxBufLen What is the best nameing convention for functions variables constants types and why? Thank you for your suggestions.