ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Programming Confessions

(1/1)

Edvard:
Something hit me the other day... Due to my early training in Apple Basic, I have a mental disorder that goes like this: whenever I have to use a dollar sign in any computing capacity, whether just typing or as a variable signifier, I mentally say the word "String" when I type it. That's because in Apple Basic, $ meant "string" as in, a string-type variable like a name or a password.

--- ---10 A$="Hello World"
20 Print A$
(and it took a quantum leap of faith to realize that line numbers were no longer required in modern programming...)
Then it occurred to me that Programming, like any other occupation, has the potential to produce anomalous behavior that would otherwise be potentially embarrassing if it wasn't effective. So I have a question... Anyone have an old programming habit you cannot break? Use your favorite language the "wrong" way? Done a full gui app when a batch file would have done the job better just because you have Visual Studio? Or did you do ever catch yourself doing OOP with Assembly? Let's hear it...

Navigation

[0] Message Index

Go to full version