Was geben meine Codezeilen aus?
Eine boolean Variable ch1 zu nennen ist ungeschickt.
besser wäre entweder
if (UE6_A2_ZeichenOperationen.isLetter(ch)) {
- vielleicht von der lesbarkeit nicht optimal
oder ein Name der auf ein boolean hindeutet wie z.B. isLetter.
Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
|