Conversation
Notices
-
Hattie Cat (hattiecat@quitter.no)'s status on Saturday, 20-Jan-2018 17:06:58 EST Hattie Cat
Weird programming habit after a painful experience aeons ago: always putting the rvalue on the left in a C equality test: because 4==x is a valid statement whereas 4=x fails to compile. (Bitten by writing if x=4 instead of if x==4 in prehistoric times)