DEV Community

Discussion on: Language Flaws - Let's talk about them

Collapse
 
wrldwzrd89 profile image
Eric Ahnell

VBA is a great example: Object assignment requires a "Set" prefix, as in Set object = value. Non-objects won't even work if you provide Set. What makes this quirky is that it's not always obvious what's an object and what isn't.

Collapse
 
jacobmgevans profile image
Jacob Evans

Oh, that is quirky. I also would be completely lost at first lol