I’m hesitant to use start_with?() in my code. It makes me look
uneducated.
Hmm…I guess start_with?'s name is consistent with the naming
“convention” used by some other ruby methods, such as respond_to.
Yep, I too found it a bit jarring when I first started using Ruby,
but it has become one of those things you just accept, just like
accepting that if you’re speaking French must adjectives come after
nouns.
Yep, I too found it a bit jarring when I first started using Ruby,
but it has become one of those things you just accept, just like
accepting that if you’re speaking French must adjectives come after
nouns.
I bet you prefer that I call you “vieux ami” instead of “ami vieux” though!
Well, I committed a typo, that I realized right away, but was too
lazy? to correct.
I meant to say that in French most adjectives come after nouns.
In English the sentence, “Must adjectives come after nouns.” is
ungrammatical unless the period is changed to a question mark.
On Tue, Aug 18, 2009 at 1:54 AM, Rick DeNatale[email protected]
wrote:
lazy? to correct.
I meant to say that in French most adjectives come after nouns.
In English the sentence, “Must adjectives come after nouns.” is
ungrammatical unless the period is changed to a question mark.
Now I am confused. But no, they do not need to stand after nouns,
often short ones stand in front.
E.g.
C’est une belle femme.
vs.
C’est une femme sympathique.
(same for Italian)
And in the example I gave the semantic changes.
Vieux ami → Good old friend
Ami vieux → Aged friend
(same for Italian, no wonder the French learn it so quickly)
But in general they do stand behind nouns. Are there not some examples
of adjectives after the noun in English too, poetry?
Nah, it’s a common artifact of moving east asian grammar to western.
Besides that, you shouldn’t try to reinvent by changing the wheel.
People obviously think that proper would be “a single object” “starts
with”. But if you think of that simple object for what it is, a bunch
of bytes, than the discrepancy goes away. It’s plural vs. singular.
Don’t really care.
Nah, it’s a common artifact of moving east asian grammar to western.
Besides that, you shouldn’t try to reinvent by changing the wheel.
People obviously think that proper would be “a single object” “starts
with”. But if you think of that simple object for what it is, a bunch
of bytes, than the discrepancy goes away. It’s plural vs. singular.
Don’t really care.
I didn’t give an example. My bad…
things_that_are_important_to_me starts with “start”
things_that_are_important_to_me starts with “start”
Todd
I honestly rather like to explain this “artifact” by the fact what it
is. A message sent to a receiver. You ask a receiver about its state,
not the world around it. So “do you” actually makes more sense than
asian/western grammar as an explanation, imho.
things_that_are_important_to_me starts with “start”
Todd
I honestly rather like to explain this “artifact” by the fact what it
is. A message sent to a receiver. You ask a receiver about its state,
not the world around it. So “do you” actually makes more sense than
asian/western grammar as an explanation, imho.
You might be right. But in any case, I’m guessing at least 40% of
programmers use plurals instead of collective nouns (i.e. lions
instead of pride) – especially in databases (90% plural morbidity
there) – then the use of start_with makes perfect sense. Whether it
really is a spoken language artifact or not is irrelevant, I guess, so
I apologize for bringing up that correlation.
Todd
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.