|
Script naming dilemma
hello
I coded a script that stores logs by page name that
webmaster gives it, instead of web url or page or script
filename.
I named it Smart Counter, but I am not sure how should
I call it: counter, logger or what?
Usually, 'counter' people think of some visual display that
shows to your visitors on bottom of page but this script also
does counting of pageviews so that is why I named it counter.
I can not name it logger because it does not store full logs
like other loggers, nor it analyses them: this script only
saves in database some minimal information for sites that
do not need too advanced features, but plain and clear minimal
info about what visitors browse.
I don't know if the name I gave it is relevant and if I should
change it.
please advice, thanks
|