You seem to be confusing the words "Schmerzmittel" (analgesic, pain killer) and "Betäubungsmittel" (narcotic). Those two classes of substances are not the same.
Thanks for clarifying! I did some own research and apparaently in those oral hearings, objectors were often tricked into contradicting themselves with quite absurd scenarios.
I don't have intentions to justify an injustice. I'm saying why should we try to make it even harder for a disadvantaged group? It does not help a single German man if women also have to comply to this law.
Fixing women's rights on the other hand gives everybody the benefit of living in a society that is more fair. For me, that's a valuable goal.
Well, 2 wrongs make one right, don't they?!
I wish we'd first fix women's rights and then extend their duties. What the OP does is just egoistically trying to make other groups also suffer.
What's a reason that is politically and not against one's conscience? I assumed that one's political beliefs would also manifest in conscience.
The cold war has been over for a very long time. The whole process was reformed in 1984 by removing the mandatory oral hearing. Sources say that acceptance rate was above 90% after 1995. That's not good enough (should be 100%), but not terrible either.
Why does Deutsche Bank pop up in every shady financial deal? Cum Ex, business with Russia, Epstein, some shady deals with his Wingman Trump, and many more. Billions paid in fines, penalties, and settlements. How rotten can an institution be?
Is this based on your experience or is it just an assumption?
I only have anecdotes, but it does not reflect your claims, rather the exact opposite.
A lot of the boilerplate code doesn’t need to be type annotated, but annotating the main business logic doesn’t take more time and is not more complicated, but instead type annotations help write code that is more clear, more obvious, and it adds some kind of documentation.
I never understood why AOT never took off for Java. The write once run anywhere quickly faded as an argument, the number of platforms that a software package needs to support is rather small.
But then Ruby only goes half way, not unlike the "watered-down form" in your term. Why is `#times` a method of Integer, but `#if` (or `#ifTrue`) not a method of booleans like in Smalltalk? Ruby does the same cherry picking from Smalltalk like everybody else, just different cherries.
When looking at Ruby, it feels like the simple examples are all nice and clean but then the weird details start to appear and the language feels more hacky than others (like Ned Flander's house in Simpsons S08E08).
One argument that I’m missing in the article is that with an enumerated, states are mutually exclusive, while withseveral booleans, there could be some limbo state of several bool columns with value true, e.g. is_guest and is_admin, which is an invalid state.