Hey,
currently all Methods contain the word Cookie in it.
Example: .deleteCookie, .setCookie, ...
I think it would be better when you only call .delete, .set, .get
Reason: When you use Cookie.setCookie, the second Cookie is not really necessary and I would be shorter.
Hey, currently all Methods contain the word
Cookie
in it. Example:.deleteCookie
,.setCookie
, ...I think it would be better when you only call
.delete
,.set
,.get
Reason: When you useCookie.setCookie
, the second Cookie is not really necessary and I would be shorter.