• Tor Lillqvist's avatar
    Bin unused symbolic constants · 8622956e
    Tor Lillqvist yazdı
    Is it really good Mac style programming practice to define your own
    non-namespaced kThisAndThat constants that look like they might be
    defined by some platform API?
    
    And seriously, defining symbolic constants for small integers like
    const kOneBit = 1 ?  These were not used, but if they had been would
    it really be cleaner to use the identifier "kOneBit" instead of a
    plain number 1?
    
    Cases where small integers have magic meaning and don't stand for just
    themselves are obviously different; there it makes sense to use
    symbolic names and not the integer values. But in the case of things
    like kOneBit that is not the case, as one might guesss from the name
    it was supposed to be used to indicate a bit depth of one. Etc.
    8622956e
Adı
Son kayıt (commit)
Son güncelleme
basebmp Loading commit data...
basegfx Loading commit data...
canvas Loading commit data...
comphelper Loading commit data...
cppcanvas Loading commit data...
dtrans Loading commit data...
i18npool Loading commit data...
i18nutil Loading commit data...
l10ntools Loading commit data...
o3tl Loading commit data...
padmin Loading commit data...
psprint_config Loading commit data...
regexp Loading commit data...
rsc Loading commit data...
sax Loading commit data...
sot Loading commit data...
svl Loading commit data...
svtools Loading commit data...
toolkit Loading commit data...
tools Loading commit data...
ucbhelper Loading commit data...
unotools Loading commit data...
vcl Loading commit data...
.gitignore Loading commit data...