why do java programmers like to name a variable 'clazz' ?
Posted
by Tony
on Stack Overflow
See other posts from Stack Overflow
or by Tony
Published on 2010-03-27T16:18:09Z
Indexed on
2010/03/27
16:23 UTC
Read the original article
Hit count: 214
java
|not-programming-related
I've seen lots of codes have declaration like Class clazz
, where does this originate from ? Is this some kind of convention ? I think 'clazz' is not even a English word , has no meaning at all .
© Stack Overflow or respective owner