And yet that's very much how object-oriented languages are typically structured.
object.method()
"hello world".print()
If you're used to speaking a language like English where the word order is subject-verb-object, you'd probably consider a subject-object-verb language to be "backwards" too. But native speakers of that language certainly wouldn't have a problem.
I'm sure it's just a matter of what you're used to.
Comments
And yet that's very much how object-oriented languages are typically structured.
If you're used to speaking a language like English where the word order is subject-verb-object, you'd probably consider a subject-object-verb language to be "backwards" too. But native speakers of that language certainly wouldn't have a problem.I'm sure it's just a matter of what you're used to.