Upgrade to Pro — share decks privately, control downloads, hide ads and more …

手軽に作れる電卓を作って イベントソーシングに親しもう CQRS+ESカンファレンス2026

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

手軽に作れる電卓を作って イベントソーシングに親しもう CQRS+ESカンファレンス2026

Avatar for Akinori Takigawa

Akinori Takigawa

January 09, 2026
Tweet

More Decks by Akinori Takigawa

Other Decks in Technology

Transcript

  1. $BMDVMBUJPO class Calculation { constructor() { this.expression = ""; //

    ݱࡏͷࣜ this.undoStack = []; // undo༻ελοΫʢաڈͷঢ়ଶΛอ࣋ʣ this.redoStack = []; // redo༻ελοΫ } // ུ... }