Hi,
Ich glaube das ist auch situationsabhängig. Man (zumindest ich) denkt ja beim Programmieren laut mit (also man spricht nicht, sondern man denkt halt "Alsoo... wenn a ungleich b daaaannn" während man tippt). Und dann kommts bei mir oft auf meine Gedanken an
Hatte letztens statt
if x = 0 then exit;
folgendes geschrieben:
if not (x > 0) then exit;
(war in meinem Fall äquivalent)
Später habe ich mich über diese schreibweise gewundert und mich gefragt warum ich nicht einfach "if x=0" abgefragt habe
Ich würde mal sagen: Es kommt wie es kommt
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."