Advanced cancer can be secondary to blown up hospitals.
Advanced cancer can be secondary to blown up hospitals.
Deleted Comment
It's anti-intuitive that hybrids would be more reliable than pure ICE cars. But it would be explained by this if hybrids are somewhat less reliable than the ICE cars from these three makers. Presumably Consumer Reports has that data ...
For the big picture you need to compare the relative reliability of components after X million have been built. I would be surprised if the reliability of EV tech hasn't improved faster just because it has developed more recently.
I'd recommend your team to stop code-golfing... Even better: with this new syntax you MUST reduce the soft limit to around 50 lines per class, right?
And even if an extra line of separation is used, it's still 6 lines instead of 11.
This entire syntax was unnecessary, undesired, and is flat-out a mistake. I’ve felt this way about most of the syntax changes since 2.0, with the exception of named parameters.
def initialize(text)
@text = text
end
def inspect
"#<#{self.class} #{text}>"
end
def ==(other)
other.is_a?(Word) && text == other.text
end
with def initialize(text) = @text = text
def inspect = "#<#{self.class} #{text}>"
def ==(other) = other.is_a?(Word) && text == other.text
I start drooling a little. That's 3 lines to replace 11. We have a soft limit on class length of 100 lines, and I like the extra conciseness this allows.You can also do it like
define_method(:inspect) { |text| "#<#{self.class} #{text}>" }
and we do that in some places, but that extra verbosity makes for more lines.Deleted Comment
Deleted Comment
It is notable that in the same famous photo of the emaciated Mohammed Zakaria al‑Mutawaq in the NYT article, his not-malnourished looking brother Joud was cropped out. And their mother is not emaciated. Is she supposed to be starving her younger child to feed herself and her other son? To me this is evidence of press cooperation with a propaganda campaign.
I submit that if you find either side in this propaganda war to be credible by default, you do the other side a disservice.