Jan Mewes

Results 15 comments of Jan Mewes

The "6th edition draft" is for version 2.15-dev which I thought uses null safe by default.

Also see the first example code snippet in "10.7.1 Generative Constructors" of the Dart Programming Language Specification 6th edition draft: ![Dart_programming_language___Dart](https://user-images.githubusercontent.com/5235584/179420505-3d49afa4-dafc-4690-8245-8a6e226b098d.png)

In regards of the NNBD feature, you might also want to re-consider the following statement in section "18.11 Try": > An on-catch clause of the form catch (p1, p2) s...

The number of times you excuse yourself for flaws in the system when you introduce a new developer.

Interesting point of view on this subject from an interview with Robert Martin: > > Do you believe it is possible to objectively measure code quality analyzing code structure (number...

I haven't bought the book yet, but it looks like a good reading regarding this topic: > Software Design X-Rays https://pragprog.com/book/atevol/software-design-x-rays

https://en.wikipedia.org/wiki/Software_metric

I'd understand this issue like this, that all the features of the [Firebase API](https://firebase.google.com/docs/reference) should be accessible from the running Cloud Run container. In particular, I would want to access...

- How to handle different HTTP verbs? - How to handle request headers?

We intend to automate the release process fully, so that one only needs to set the tag, and the rest will be done by the CI system.