Hi there, I agree this would look nicer, but it frequently happens that acronyms are put next to another. In those cases, it seems more readable to systematically use camel case. Instead of HTTPURLConnection, we would use HttpUrlConnection (JDK uses HttpURLConnection which looks inconsistent).
It is also a matter of taste... I just prefer readability of camel case, even for acronyms, but other naming schemes would be fine I guess. At least we try to stay consistent inside the Restlet project. Hope it makes sense! Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com legege a écrit : > I would suggest to rename XstreamRepresentation to XStreamRepresentation > (capital S), to follow the naming of the XStream library itself. This would > also affect the setXstream() method, which should become setXStream(). > > What's your thought? > > Thanks ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2413019

