Andrea Bizzotto

Results 65 comments of Andrea Bizzotto

> One thing I wouldn't mind some more reviewing on is the naming bit. For instance, is PartitionedShellRoute a good name, or is there a better one? The new names...

Much clearer, thanks :) In the `CustomProcedure` example above, how do I deal with the case when the requirement is not yet ready? I was thinking something along these lines:...

Question about `ProcedureKit` best practice. It seems that conforming to `ResultInjection` and implementing `execute()` result in more boilerplate code than just using `TransformProcedure`. I'm tempted to use `TransformProcedure` everywhere, however...

So what is the correct way of declaring and injecting a requirement into a `Condition` subclass if it doesn't conform to `ResultInjection`?

Yeah, bleeding edge working off a feature branch!

Definitely! Not having trailing `/` can hurt SEO as well.

@fogelfish some of the code in the test files is not finalized yet. As I pointed out [in this article](https://codewithandrea.com/articles/migrating-flutter-firebase-app-null-safety/#7-migrating-all-the-tests), there are some problems with mockito and null-safety. You'll notice...

Should be fixed after #16.

Recently updated the Android project.