KRBeckman Posted April 7, 2010 Posted April 7, 2010 Any idea why the vl- functions have some charactures as Upper case? Is is so its easier to read? Example: Why do you always see it as "vlax-curve-getDistAtParam" instead of "vlax-curve-getdistatparam"? Not really a serious question, just curious. Quote
Lee Mac Posted April 7, 2010 Posted April 7, 2010 LISP is not case-sensitive, so yes, I would assume that to be the mostly likely explanation. Quote
MSasu Posted April 8, 2010 Posted April 8, 2010 You can find here a guideline about naming variables (SubMain - Professional C#/VB .NET Coding Guidelines) – even if intended for .Net programmers there is a lot of useful information for good coding habits, no matter the language you use. Regards, Quote
KRBeckman Posted April 8, 2010 Author Posted April 8, 2010 Very cool msasu, and thanks to both of you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.