Marek Radecki
Marek Radecki
Regarding fragment: ``` broadcastingObserver = ParallelBroadcastObserver( DisplayingObserver(), StoringObserver(), CalculatingObserver()) sensor.FromNowOnReportTo(broadcastingObserver) ``` This is really cool concept. I just think it fits more in example about lifts. Being parallel while calling...
This snippet from _230_Designing_for_composabiity_protocols.md_ kind of contradicts with the rules you have described before. ``` csharp try { gates.CloseAll(); sirens.TurnOn(); specialForces.NotifyWith(Priority.High); } catch(SecurityFailure failure) { powerSystem.TurnOffBecauseOf(failure); } ``` If I...
Names of the chapters in the upper left corner of the page blend in into the text. It is really confusing in case of a code snippet spanning across two...
Is this maintained? v2 doesn't really work, as bash is not present and whole thing crashes. Any hope for an update?