Yes! I hope this is a trend that continues. I remember this being quite confusing as a new Python developer. I was convinced there was something special about these kinds of camel cased methods.
While I agree it is a bit of an unfortunate name the news site does appear to be a pretty reliable source. https://mediabiasfactcheck.com/electronic-intifada/
Not even a mention of PyO3?
I don't understand why the most_recent
field is needed. Surely the most recent state can be derived from the order field and the unique constraint on it can prevent concurrency issues if the previous sequence is taken before the state change. The benefit would be that the transition history table could then be append only.
Really!? We’re still doing GOTOs in 2023? That should just be a for loop over the collection of tests you want to write.