Bartłomiej Klimczak
Bartłomiej Klimczak
From my point of view, the functionality should be much more limited than you suggested. I don't want to make boostnote as an IDE :) ## What would fully satisfy...
I still don't get it what's to do here
Ode mnie mogę dodać potrzebę api do mikroblogów
jakieś plany w tym temacie? Można by rozważyć również użycie np graphql'a
Your point is valid IMO. Here's what I think: * throwing a panic isn't an option. It can complicate things a lot. I've been there :) * additional function for...
> How will MustString behave? Must suggests that it will fail somehow if a value is not found. It would fail the test: `t.Fatal()` would be called.
speaking of defaults, why not leave it as it is right now? If we want to add a new set of methods for it, the last parameter in `Get*()` will...
for now - yes. If there'll be more people complaining about it, we'll think about changing it. WDYT?
What I meant is that we can go with the `Must*` thing as we described but about defaults - let's leave it as it is. I think I need more...
the context is created at the very beginning https://github.com/go-bdd/gobdd/blob/master/gobdd.go#L255 so we can put it there in the `New()` function.