From 3cd1f5e0f5961ad9b5e7375978f362a0d609f741 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 31 Jan 2014 14:30:33 +1000 Subject: Document my use of camelCaseNames v underscore_names. --- handlekeys.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/handlekeys.c b/handlekeys.c index 70ecfd7..e07e234 100644 --- a/handlekeys.c +++ b/handlekeys.c @@ -2,7 +2,13 @@ * * Copyright 2012 David Seikel */ - + +// I use camelCaseNames internally, instead of underscore_names as is preferred +// in the rest of toybox. A small limit of 80 characters per source line infers +// shorter names should be used. CamelCaseNames are shorter. Externally visible +// stuff is underscore_names as usual. Plus, I'm used to camelCaseNames, my +// fingers twitch that way. + #include "toys.h" #include "handlekeys.h" -- cgit v1.1