| Mmm... yes, my suggestion does "score_U_R_L" and it would break many
apps. I guess the problem is that some coding standards mandate that
 acronyms are treated like words, other don't. The one we're using
 makes you write scoreUrl, not scoreURL. Nevertheless, I think in this
 respect it's quite common to be inconsistent. In fact, even the JDK is
 not consistent (you have MimePart and XMLFilterImpl). Out of
 curiosity, I've made a quick browse of Hibernate's API, and the same
 thing happens: there is HqlSqlBaseWalker but also ANSICaseFragment.
 
 I take back my suggestion, then. On the other hand, regardless of
 whether you use MIME or Mime, I'd say the problem with one letter
 words is still the same, and that "scoreA" should be "score_a", don't
 you think? But I'd understand that you prefered to stick to "scorea"
 on behalf of backwards compatibility.
 
 Thanks anyway,
 
 Carlos
 
 
 |