You are browsing as a guest. Sign up (or log in) to start making projects!

30h 33m 29s logged

Deprecated the old EventBus god object, in favour for the new EventBus implementation which now better following SOLID, improving debugging and DX. It utilises composition, where all features are separated into different classes for testability. Migrated from a flat array dispatch table to a class value dispatch table for O(1) handler lookups after caching vs O(n) before.

0
12

Comments 0

No comments yet. Be the first!