I\'ve got a few functions that deal with cookies. Would it be a horrible idea to group them by moving them to a class of their own and use them as static methods?
F
It's actually good practice to organize functions like that. A modern alternative would be to use a namespace.