Bryan Finster

Results 15 comments of Bryan Finster

I think things like this would work well in the "beyond the minimums" section. I agree that everything is VC is the goal and also not required for Minimum CD....

I've added a recommended practices section in PR https://github.com/Minimum-CD/cd-manifesto/pull/183/files This would be a good add there after it's merged.

I agree. I've some ideas on how we can expand this, but I'd love to hear your suggestions as well.

Because we want to keep the core practices generic and "we are doing this yes/no", the idea I had was to include a `Tips` section under "Beyond the Basics" to...

We should discuss how we can document recommendations that align with the practices but in another section to keep the main page concise.

PR: https://github.com/Minimum-CD/cd-manifesto/pull/183/files

Sorry I've not gotten back to you. Buried in deliverables. Let me check how we have it implemented and see if it's similar. Thanks so much for the follow up!...

Here's how we're implementing ``` function circuitBreakify(fnToWrap) { const brake = new brakes(fnToWrap); return brake; } . . . function getInfoForThing(req, thing) { const request = httpHelper.circuitBreakify(getInfoForThingRequest); return request.exec(req, thing);...

Thanks, let me give that a try. -- Bryan ________________________________ From: Alexander Wolden Sent: Friday, July 28, 2017 11:33:00 AM To: awolden/brakes Cc: Bryan Finster; Mention Subject: Re: [awolden/brakes] CPU...

I'm going to write an article about this, because I get this question constantly, and I'll link it over here.